Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

gdb breakpoint string format

(1/1)

ouille:
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.

--- End code ---

but trying gdb direct command:

--- Code: ---b "L:/raydium cb2/raydium/raydium//ode.c:3647"

--- End code ---
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

Navigation

[0] Message Index

Go to full version