[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-debug-dev] Programmatically selecting a frame in Debug View
|
- From: Vladimir Gusev <zaboba@xxxxxxxxx>
- Date: Fri, 2 Oct 2009 09:57:15 -0400
- Delivered-to: platform-debug-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=y6I0oQbgKr+ouRTh9KF9E/U1lNcizcX7kffqq9ysgIQ=; b=IYCK7m9bApqMrK6jyNdbohYAT89vlUK0yr1a5iWF1CVx/KdTJyGJvgPZ6Y8XXKUS6q zy59hWcXtaSFQDBTkcDThR48CVlj4CzvRIEEZ8408dvIajdK0ZyWifVhaXlfOhqEiR/3 D+SwLQlMCGWCJtZbaEdJDe9Nn0lhcg7P6VSnc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vpt9+FhVV3+w1cMADMlbf6C12zs2PpzN2YvpTF8AcnUuepzZ6TGE/1okbNu69un6H4 VCthxElaI0wxZMVcQMwMwadeKplLJnV8INqtAbxJHJMM4nwXb0rUD19twAIuWYy+c3e+ NLJqekXCORrTO4tqC7lIvlFPV3f+Y30XL1a8s=
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