Debugger stops program when stepping from the opening brace line to the first line of the function.

Niko Sams niko.sams at gmail.com
Fri Dec 30 11:58:20 UTC 2011


> The output of the 'Show internal commands' in the GDB window is here:
>
> http://pastebin.com/4GhwmmB0
please also post the console output with gdb area enabled in
kdebugdialog. (execute `kdebugdialog` to change)

> A courious thing: It indicates that a break point is attempted set in a file
> that belongs to another project (That project was not even loaded during
> debug session)
This is correct - all breakpoints listed in Breakpoints tool view are set - even
if they don't belong to an opened project.
(as you might debug a library or something that you don't have as open
project - or
you can even debug without a project open)

Niko




More information about the KDevelop-devel mailing list