Rather than disabling breakpoints for all debug configs, it'd be nice to disable breakpoints for one particular running debug config.
For my case, there's common code between a client and server. I'd like to only enable breakpoints for the server, so that I don't have to relaunch the client with debugging disabled.
I'm looking for finer granularity than that in Enable and disable all breakpoints in eclipse