Community
Participate
Working Groups
When a launch tries and fails to install a breakpoint, it will add a problem marker. If another launch is triggered, the first launch will re-attempt to install the breakpoint and will add a second problem marker. This second problem marker is not needed (and would not be removed properly).
Created attachment 141320 [details] Fix This patch remove a problem marker before adding a new one. Also, it clears all problem markers when GDB shutsdown. This fixes bug 272077. I needed this fix to properly test the fix to the current bug.
committed to 7.0
Committed to 6.0.1
Francois can you review?