使用 Xcode 断点
我是一名计算机科学学生,所以我对编程还很陌生。断点看起来非常酷并且对于调试很有用,所以我决定尝试一下它们。
不幸的是,我真的不知道如何与他们合作。我在“记录断点和参数并自动继续”中添加了一个断点。程序到达断点,调试器控制台输出一些内容,但是当程序尝试请求用户输入时,我在末尾看到一个浅蓝色的 (gdb)
。
当我按下回车键时,没有任何反应表明程序收到了输入。我应该在这里做什么?
I'm a CS student, so I'm still fairly new to programming. Breakpoints seemed pretty darn cool and useful to debugging, so I decided 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论