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.
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.