在Visual Studio代码中使用条件断点

时间:2019-07-03 08:40:41

标签: python debugging

当值变为特定数字时,我想在“项目”时暂停我的代码。 但应使用条件断点-EXPRESSION。

for intValue in range(1,100):
#pause when intValue variable goes to 80
doSomething(intValue)

我给https://code.visualstudio.com/docs/editor/debugging#_conditional-breakpoints加了红色,我想我需要一个例子。

0 个答案:

没有答案