Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Debugger and existing menus
Debugger and existing menus [message #157479] Sun, 16 November 2003 17:34 Go to next message
Eclipse UserFriend
Originally posted by: albertodemichelis.NO_S_P_A_M_hotmail.com

Hi all,
I'm currently coding a debugger for my language, I have most of the code
set up debu gmodel, debug presentation, launcher etc...
The problem is that I do not understand how to bind to the Run menu to add a
breakpoint when the "Add/Remove Breapoint" item
is clicked.
The breakpoint system is working because I added a custom contribution to
the rulerbar and when I double click on it,
my breakpoint spawns and my debugger and editor register it correcly.

What I'm asking is how to tell eclipse that my plugin/editor is breakpoint
capable(also when I'm not in the debug perspective).

thanks for your time

ciao
Alberto
Re: Debugger and existing menus [message #157549 is a reply to message #157479] Mon, 17 November 2003 00:39 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
Currently, the actions are not retargettable. This is a work item for 3.0.

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

Darin

"Alberto Demichelis" <albertodemichelis@NO_S_P_A_M_hotmail.com> wrote in
message news:bp8cbi$q6$1@eclipse.org...
> Hi all,
> I'm currently coding a debugger for my language, I have most of the
code
> set up debu gmodel, debug presentation, launcher etc...
> The problem is that I do not understand how to bind to the Run menu to add
a
> breakpoint when the "Add/Remove Breapoint" item
> is clicked.
> The breakpoint system is working because I added a custom contribution to
> the rulerbar and when I double click on it,
> my breakpoint spawns and my debugger and editor register it correcly.
>
> What I'm asking is how to tell eclipse that my plugin/editor is breakpoint
> capable(also when I'm not in the debug perspective).
>
> thanks for your time
>
> ciao
> Alberto
>
>
Previous Topic:Does Rich Client Platform available now?
Next Topic:Yet Another how to run Junit plugin test
Goto Forum:
  


Current Time: Wed Jul 17 11:26:04 GMT 2024

Powered by FUDForum. Page generated in 0.03009 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top