Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Instruction Pointer Images


Debug developers,

Regarding: https://bugs.eclipse.org/bugs/show_bug.cgi?id=33598

Support has been added to allow debug model presentations to provide custom instruction pointer images. To do so,  a model presentation simply implements IDebugEditorPresentation, which provides an instruction pointer image for a stack frame. The change has been implemented in a non-breaking fashion, such that model presentations do not have to implement the new interface. We will likely add more methods to this new interface (IDebugEditorPresentation) to support other editor decorations during the 3.0 development cycle.

Any feedback from interested debug model developers is appreciated.

Darin

Back to the top