Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Programmatically selecting a frame in Debug View

Hello,

I would appreciate a suggestion as to how to programmatically select a
frame in the Debug View. This is the use case: in a suspended state,
the user selects a node on a canvas in a graphical editor. There is
one-to one correspondence between the nodes on the canvas and the
stack frames in the Debug View. What is a suggested way to broadcast
this selection to the Debug View so that the corresponding stack frame
is selected (and the Variables View updates for the new frame
selection)?

Shall I go through IDebugContextManager, IDebugContextService,
IDebugContextListener path, or through ISelectionProvider path?

Thank you.


-V


Back to the top