Author Topic: Debugger plugin: Configure with wizard  (Read 4904 times)

Offline ZdenoQC

  • Single posting newcomer
  • *
  • Posts: 9
Debugger plugin: Configure with wizard
« on: October 12, 2012, 05:08:23 pm »
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.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