Debug steps
-
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.