Debug steps
Qt Creator and other tools
2
Posts
2
Posters
1.7k
Views
1
Watching
-
The debugger stops at the first breakpoint found. If it stops earlier, there is either another breakpoint or an application error which forces the debugger to halt the application.
In addition, you cannot "jump" to a specific breakpoint. Your application will have to follow the program flow until it reaches to code triggering the breakpoint.