开发者

Working with Xcode breakpoints

开发者 https://www.devze.com 2023-01-14 06:27 出处:网络
I\'m a CS student, so I\'m still fairly new to programming. Breakpoints seemed pretty darn cool and useful to debugging, so I de开发者_运维知识库cided to play around with them a bit.

I'm a CS student, so I'm still fairly new to programming. Breakpoints seemed pretty darn cool and useful to debugging, so I de开发者_运维知识库cided to play around with them a bit.

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

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


Check this out.

0

精彩评论

暂无评论...
验证码 换一张
取 消