Adding a new menu entry in GTDebugger

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding a new menu entry in GTDebugger

abergel
Hi!

I am doing some experiment to get object-centric debugging. 

How can I add a new menu entry in this menu:

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Adding a new menu entry in GTDebugger

Andrei Chis
Hi,

Those actions are added in GTDebuggerVariablesBrowser>>variablesIn:
Right no there is no way to just plug them in.
You could subclass GTDebuggerVariablesBrowser and then register the new class with the debugger (GTGenericStackDebugger class>>variablesBrowserClass)

Cheers,
Andrei


On Fri, Feb 27, 2015 at 3:26 AM, Alexandre Bergel <[hidden email]> wrote:
Hi!

I am doing some experiment to get object-centric debugging. 

How can I add a new menu entry in this menu:

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev