Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ouille on February 14, 2007, 04:33:37 pm

Title: gdb breakpoint string format
Post by: ouille on February 14, 2007, 04:33:37 pm
Hello,

Trying to debug an application and associated dll.
It is not possible to have working breakpoint in the dll.
Trying to put such breakpoint return:
Code
No source file named L:/raydium cb2/raydium/raydium/ode.c.
Breakpoint 2 ("L:/raydium cb2/raydium/raydium/ode.c:3647) pending.

but trying gdb direct command:
Code
b "L:/raydium cb2/raydium/raydium//ode.c:3647"
work well, breakpoint is effective. Not displayed but stop program execution.

I think that a small reformat of gdb query string can solve the tip.

Have a nice day
Ouille