User forums > Using Code::Blocks

About cb's debugger

<< < (2/6) > >>

scarphin:
1- It maybe me recalling it incorrectly. I attached a patch to enable/disable the auto-inclusion of hardcoded parameters with a 'checkbox'. The patch also inserts these parameters to the 'arguments' textbox when disabled to offer the user an option to modify them. No default functionality is lost.

3- Any hints with disabling the editor during debugging?

oBFusCATed:
Your patch is definitely unacceptable.
Why are you disabling the -quiet and -fullname?
Why do you want to append some options to the args list?
If you remove these two, I'll push the patch.

For the editors, take a look at the editormanager and cbeditor classes.

scarphin:
Nothing is disabled, the patch removes the hardcoded arguments and inserts them into the user arguments to be executed and warns the user that these parameters may be vital to modify. The user may opt to modify them but if (s)he doesn't they are still executed. I was thinking in general but if you're extremely sure that '-quiet' and '-fullname' won't ever need modification, I'll provide a patch to just make '-nx' optional.

Edit: I haven't experienced any problems regarding to the autoloading of 'gdbinit', I'm not an advanced user though. I'll take a look at the files you pointed to disable the editor, thanks.

scarphin:
Here is a patch to only enable/disable the '-nx' parameter.

oBFusCATed:
In svn...thanks for the contribution.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version