GDB integration problem

dukju ahn dukjuahn at gmail.com
Sun Mar 11 20:15:20 UTC 2007


> If I run GDB from the command line it can find the file. If I run a simpler
> test project the breakpoint works. What the &^*^&*^ is going on? I am quite

That's very sad. I couldn't figure out what is the reason. However,
there is still a workaround to use GDB in KDevelop.

1. run your debugging-symbol enabled application in your terminel
2. In KDevelop , Debug menu->Attach to Process. Select your binary
in process table.

After attached, your application will pause and KDevelop will show
Local variable view in its left sidebar (in my case).
Now you can set breakpoint inside KDevelop. After that, continue (F9).

If any question or problem, let us know again.




More information about the KDevelop-devel mailing list