Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Add a customized step button

You can contribute actions to the debug view using workbench extension 
points, just like any other view. In order to interact with existing 
debuggers, your action should likely work against implementation of IStep, 
or work with IStepOverHandler's provided by debugger implementations.

Darin Wright




s88 <dave.tw@xxxxxxxxx> 
Sent by: platform-debug-dev-bounces@xxxxxxxxxxx
05/03/2008 01:17 AM
Please respond to
"Eclipse Platform Debug component developers list." 
<platform-debug-dev@xxxxxxxxxxx>


To
platform-debug-dev@xxxxxxxxxxx
cc

Subject
[platform-debug-dev] Add a customized step button






Hi All

Does it possible to add a new customized button, such as "step 2 
instructions" in Debug view?
if possible, how to make it?

thanks!

Dave.

-- 
System on Chip Design Lab.
Dept. of Computer Science and Information Engineering,
National Chung Cheng University
E-mail : s88.tw@xxxxxxx _______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top