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 Studio 中设置条件断点吗?例如,如果布尔值更改为 true,我希望运行中断。我可以做吗?如果是这样,怎么做?
谢谢
当然你必须设置breakpont并右键单击它。从上下文菜单中选择“条件...”并在此处键入您的变量名称。并选择“是真的”。在条件字段中,您可以编写类似 in ifstatement 的表达式。
if