标签: 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加了红色,我想我需要一个例子。