如何仅在Visual Studio中启用当前文件的断点?
How to enable breakpoints of current file only in Visual Studio?
例如,我正在调试一个包含多个源文件的项目,其中我已经设置了断点。在调试期间,我曾经从调试菜单 (Debug -> Disable All Breakpoints
) 中禁用了所有断点。
但现在我只想启用我要调试的特定源文件的断点。在Visual Studio(2013),怎么做到的?
在断点window(Debug > Windows > Breakpoints)中,将你的文件名放在"Search:"框中,select "File"放在"In Column:"下拉。
断点 window 工具栏有一个 "Enable or disable all breakpoints matching the current search criteria"
按钮
例如,我正在调试一个包含多个源文件的项目,其中我已经设置了断点。在调试期间,我曾经从调试菜单 (Debug -> Disable All Breakpoints
) 中禁用了所有断点。
但现在我只想启用我要调试的特定源文件的断点。在Visual Studio(2013),怎么做到的?
在断点window(Debug > Windows > Breakpoints)中,将你的文件名放在"Search:"框中,select "File"放在"In Column:"下拉。
断点 window 工具栏有一个 "Enable or disable all breakpoints matching the current search criteria"
按钮