Not really a Qt question, but..
I'm using Eclipse on Linux with Qt Integration to import my PRO file and compile my Qt 3.4 application.
Everything is working fine, but when I try to run my application using the debugger, it always runs against the release build not the debug build and I can't get any detailed debugging data.
I only seem have one Build configuration and Target in the Eclipse project.
I presume I should have a debug and release build configuration. Is that correct? How do I add or select a debug configuration that runs with the debug build and not release?
Bookmarks