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.
我必须调试一个我只想在一定次数的迭代后调试的代码。例如。1000 次迭代后进行一次调试,8000 次以上迭代后进行下一次调试。由于我有很多断点,因此更改每个断点的条件很乏味。
是的,你可以这么做:
set confirm off
disable
enable
ignore
享受您新的调试能力。