-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.0.0
-
None
-
Windows Vista x64
MSVC 2008
cl 15.00.30729.01 x86
cdb 6.11.0001.404
-
b6d0f3f43231dff6ca58908f0d87dceac58428cc, 49814d9ea5dbcfc14cee09dc221a43c2ab9bbc65
Let's have a useless but simple example program:
#include <QtGui/QApplication> int main(int argc, char *argv[]) { QApplication app(argc, // set breakpoint here argv); app.exec(); }
Placing a breakpoint in line 5 won't have any effect. To stop at the ctor of app, one must place the breakpoint in line 6.
Instead, Creator should move the breakpoint to the next line as when debugging with gdb.
- resulted in
-
QTCREATORBUG-4841 Breakpoint should be moved back to initial line after running program
-
- Closed
-