Is it possible to list breakpoints set by the IDE in code in Python?

后端 未结 0 1674
时光说笑
时光说笑 2020-12-03 10:25

Consider a simple program:

print(1)
print(2)
print(3)

If I set a breakpoint on print(2) using an IDE, is there any way to intros

相关标签:
回答
  • 消灭零回复
提交回复
热议问题