Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我记得F8在 Turbo C 中有一个快捷键可以显示代码的逐步执行,它还可以让你看到变量的值。
代码块有类似的东西吗?
Code::blocks 提供调试功能。我们可以观察变量的值并逐步执行。
在监视窗口中,您可以看到变量的值,并在断点后使用 shift+F7 键逐步执行。
我的回答可能对您不清楚,或者您可以关注此代码块 wiki 页面http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks