[Bug 66765] gdb can't find source files when debuging qmake projects

Andreas Koepfle koepfle at ti.uni-mannheim.de
Wed Oct 29 03:16:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=66765     




------- Additional Comments From koepfle at ti.uni-mannheim.de  2003-10-29 03:15 -------
Well, you have to compile your project with debug options, otherwise the debugger is missing the information, where to find the respective source files.
The default config for a new qmake application is "release". If I switch to "debug" in the configuration of the src project and rebuild, the debugger  finds the source files.

If your project is properly configured as debug, and you still experience this problem, I need more information about your project settings to reproduce it.
Otherwise I'm going to close this bug.




More information about the KDevelop-devel mailing list