Community
Participate
Working Groups
Build Identifier: 201006141710 I have a custom debugger that creates non-CBreakpoint, for source file that exist in the workspace, the breakpoint shows up in the annotation margin. However, for external source file, the breakpoint doesn't show up. I was able to workaround the issue by setting the ICBreakpoint.SOURCE_HANDLE attribute in the marker. But once the file is close and reopen, the breakpoint is not visible. The reason is that during the catchup routine, it request for breakpoints that belong to CDebug model. It would be very helpful if the CEditor can suppot non-CBreakpoint for external source files. Is this something that is acceptable? I can work on a patch. Reproducible: Always
This has been fixed recently together with bug 316905.