-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.2.0
-
None
-
Windows Vista x64
gcc (GCC) 4.4.0
GNU gdb (GDB) 7.2
-
e7121d50d7d96ec12e09990920d6293310281bf3, 4871f81894ba49bef1b0aec7d37245f946f5b2d5
- Open project simple.pro from Creator's sources.
- In file simple_gdbtest_plugin.cpp, add a comment above the definition of function pluginTest().
- Add a breakpoint in the line of this comment.
- Build the project with MinGW.
- Run the project in gdb.
Execution will stop at the first line of actual code below the breakpoint. The breakpoint icon will jump to this line for an instant and then right back to the comment. In the other file of the project, it works correctly.
This is a regression. It works in 2.1.0.
- resulted in
-
QTCREATORBUG-4841 Breakpoint should be moved back to initial line after running program
-
- Closed
-