eclipse - Is it possible to save a set of breakpoints? -


i have set of breakpoints used debugging 1 issue. when want debug else, these breakpoints annoying, need disable/delete them. however, feel might want able recreate first set of breakpoints later.

is possible save active breakpoints can switch between different sets of breakpoints 1 operation?

if have 30 breakpoints, tedious recreate/reenable them manually.

in eclipse (debug perspective -> breakpoints) select breakpoints, right click, export breakpoints!


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -