Community
Participate
Working Groups
With an EDC debugger,e.g. the EDC Windows debugger, 1. Set an invalid condition (e.g. "gargage") for a breakpoint. 2. During debug, when that breakpoint is hit, a triangular warning sign (known as a "problem marker" internally) appears over the breakpoint dot saying "Breakpoint condition failed to resolve to boolean...". That's fine. 3. Now remove the breakpoint. The warning sign just stays there while it should disappear. 4. Or without removing the breakpoint, just quit debugger, the warning sign should disappear too but it does not.
Created attachment 197656 [details] My fix patch.
Fixed and committed on 06/08/11.
*** cdt cvs genie on behalf of lwang *** Bug 348632: [EDC] Make sure a breakpoint problem marker is removed when it should be. [*] Breakpoints.java 1.29 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc/src/org/eclipse/cdt/debug/edc/internal/services/dsf/Breakpoints.java?root=Tools_Project&r1=1.28&r2=1.29