Community
Participate
Working Groups
FUP to bug 151918 151918 provides a handy dialog to warn you if you are about to delete a conditional breakpoint. The problem comes in when you check the 'don't ask me again' option - there is no way to be prompted again. We should add an option to the Run/Debug preference page to allow users to be prompted again if they so choose. We already have preferences on that page to undo other 'don't ask me again' options.
(In reply to comment #0) > We should add an option to the Run/Debug preference page to allow users to be > prompted again if they so choose. We already have preferences on that page to > undo other 'don't ask me again' options. The prompting is completely implemented in JDT, so that would have to go to the JDT > Debug page. Honestly, I think this is a bit overkill but if you really want this, I can do it.
(In reply to comment #1) > The prompting is completely implemented in JDT, so that would have to go to the > JDT > Debug page. Honestly, I think this is a bit overkill but if you really > want this, I can do it. I think it would be good to have.
(In reply to comment #2) > (In reply to comment #1) > > The prompting is completely implemented in JDT, so that would have to go to the > > JDT > Debug page. Honestly, I think this is a bit overkill but if you really > > want this, I can do it. > > I think it would be good to have. Fair enough!
Created attachment 186922 [details] Fix
Fixed in HEAD. Available in builds >= N20110117-2000.
Verified through testing.