Details
-
Sub-task
-
Resolution: Done
-
Not Evaluated
-
1d1695c2b40ffd9e0cbae56f117dce9768337a2c
Description
Steps to reproduce:
- create simple Qt Widgets Application
- add some comments into the code
- set some breakpoints into lines containing comments or no code at all
- start debugging
Current behavior:
- breakpoints are hitted at the correct lines (not inside a comment or line with no code - just inside the next possible code line)
- breakpoint markers are still on the original lines
Expected behavior:
- breakpoint markers are moved (at least while debugging/when hitting a breakpoint) to the next possible code line as it is done for gdb debugging