Is it possible to save a set of breakpoints?

I have a set of breakpoints that I used to debug a single problem. When I want to debug something else, these breakpoints are annoying, so I need to disable / delete them. However, I feel like I might want to re-create the first set of breakpoints.

Can all current active breakpoints be saved so that you can switch between different sets of breakpoints with just one operation?

If I have 30 breakpoints, it would be very tedious to recreate / reuse them all manually.

+8
eclipse
source share
2 answers

In Eclipse (debug point → breakpoints) select all breakpoints, right click, mark export breakpoints!

+10
source share

You can use breakpoint work points - see eclipse help .

+6
source share

All Articles