[solved]How to break into C++ code?
-
/off "QtCreator 2.2 has a final version.":https://developer.qt.nokia.com/wiki/QtCreator2.2Download
-
You might want to check, if that part of source with the break point has been compiled in debug mode.
Coming from MSVC and used to have all my libs also in debug, I found it a little strange that you can mix debug code with some own release libs.Certainly it is best to follow also secretNinja's advice and use the final version of Qt creator.