User forums > Using Code::Blocks

gdb flags

(1/1)

DoMeN:
When I start remote debugging with gdb in konsole it acts differently then when I run it in C::B.
Is it possible to select which flags will be sent when gdb starts and what else besides sending commands and retriving response from gdb does C::B do?


--- Quote ---current line sent: gdb -nx -fullname  -quiet -args hello
line that I want to be sent: gdb hello
--- End quote ---

mandrav:
Although I didn't understand what the problem is, the answer to your question is: no.
Because most of these options "define" the format of gdb's output and the debugger plugin parses a specific gdb output format.

DoMeN:
The problem is that with this flags I can't debug the program because I get an error when continuing that gdb recived an unknown signal. This also happens in konsole with this flags set.

Navigation

[0] Message Index

Go to full version