You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Xcode 9.3.1, after trying to run some simple code with template.asm (for example just mov eax, 0, and _ byte 0 in .data), Xcode just skipped the breakpoint that is said in README, and finished with such a message:
Warning: hit breakpoint while running function, skipping commands and conditions to prevent recursion.
Maybe this is an issue from my Xcode configs, but there seems to be no information about how to stop Xcode's skipping breakpoints automatically.
The text was updated successfully, but these errors were encountered:
In fact after building, I can use lldb to add breakpoints at main using "br s --shlib targetname --name main", but when I try to add such a breakpoint in Xcode, it will sill show that warning and ignore all the breakpoints.
So for sure it's a problem with Xcode, but still don't know how to fix it...
Under Xcode 9.3.1, after trying to run some simple code with template.asm (for example just mov eax, 0, and _ byte 0 in .data), Xcode just skipped the breakpoint that is said in README, and finished with such a message:
Maybe this is an issue from my Xcode configs, but there seems to be no information about how to stop Xcode's skipping breakpoints automatically.
The text was updated successfully, but these errors were encountered: