Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Change the Debugger Toolbar on the fly
oBFusCATed:
--- Quote from: e.p on June 29, 2011, 02:22:33 pm ---Our watches window is just a table with seven columns: label, value (dec), value (hex), symbol (if watched variable is char), type, address space, base address.
There is no menu.
--- End quote ---
Then you need, to add new window, because your watches are totally different from the standard ones.
The correct place for this window is inside your debugger. And you should add a menu item in the info windows menu.
Probably, I should provide an API to add items in the debugger windows. (added to the TODO)
--- Quote from: e.p on June 29, 2011, 02:22:33 pm ---Alatar already ansered this question. Our hardware debugger has a command "reset" which triggers the reset. So, the only thing I do is to issue this command.
--- End quote ---
Have you tried to add a menu item for this then?
Also one can issue the command manually, from the debugger log window.
oBFusCATed:
OK, I've implemented two of the required features:
1. A way to specify what a pluggin supports
2. A way to register new debugger windows.
If you're still interested writing a C::B debugger plugin, can you try them and then provide feedback if they are useful to you?
Navigation
[0] Message Index
[*] Previous page
Go to full version