Working with Xcode Breakpoints

I am a CS student, so I'm still pretty new to programming. The breakpoints seemed pretty nimble and useful for debugging, so I decided to play around with them a bit.

Unfortunately, I really don't know how to work with them. I added a breakpoint for the "Log breakpoint and arguments and auto continue". The program reached a breakpoint, the debugger console spat out some things, but then when the program tries to request user input, I see a light blue (gdb)at the end.

When I press the enter button, nothing happens to indicate that the program has received input. What am I supposed to do here?

+3
source share
1 answer

Mark this one out.

+1
source

Source: https://habr.com/ru/post/1763295/


All Articles