News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Debugger plugin: Configure with wizard

Started by ZdenoQC, October 12, 2012, 05:08:23 PM

Previous topic - Next topic

ZdenoQC

Hi,

I'm developping on embedded system and I have to set some debugger settings for remote debugging. I have decide to create a wizard to make the process easier but I can't configure the debugger settings because it's a plugin and when I write to the codeblocks project, the settings are erase because the debugger is not initialize when the project is save.

Here is the thread about my problem
http://forums.next.codeblocks.org/index.php/topic,16852.0.html

So, is there a way to read the project settings later? When we open the debugger setting page or execute the debugger. We can add a save button in the debugger settings or save to the project when we hit the ok button. I don't think it's possible to configure the plugin with the wizard an other way.

I'm using codeblocks 10.05 with ubuntu 11.04

Thanks