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.
众所周知,在调试模式下,Visual C++ 支持“运行到光标”功能,所以,我很想知道它是否支持类似的功能“跳过光标”。换句话说,我的应用程序只是跳过了这行代码。
任何人都可以帮助我吗?
PS:我使用的是 Visual C++ 2010。
是的,您可以轻松做到这一点。
一旦你在一个断点处,你可以右键单击一行代码,就像你对“运行到光标”所做的那样,而是选择“设置下一条语句”。
它在 MSDN here 上进行了解释。
您可以运行到上一行,然后使用“设置下一条语句”跳过它。
我不知道这样的功能。但我认为你可以: