Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Common icons and overlays for breakpoints

Joe,

Yes, the COBOL, C/C++ debug adapter has the notion of installed
breakpoints.  The breakpoint is installed when the debug engine reports
that the breakpoint has been installed into the executable code.   There
are also deferred breakpoints which mean the breakpoint will be installed
once the target code has been loaded by the executable (e.g. code that gets
dynamically loaded in a DLL).
Similarly, conditional breakpoints are supported by the COBOL, C/C++ debug
adapter.

The debug adapter I am currently working on supports the notion of
installed breakpoints, but does not support conditional breakpoints.

For debug adapters that do not support installed or conditional, they
should be able to just report to the core that these attributes are not
supported.

Even if just the icons where available from the core would be a start.




Back to the top