Shortcut key: [N] Menu: Run->Jump to location (from Source/Session Control windows)
Jump to location makes the currently highlighted line in the Source window the current line, without executing any code. You can view an example in C++ to see how Jump to location works.
Caution: When you jump to a location, you may alter the flow of your program in ways that make it difficult to continue debugging later in the same session:
After you have done the debugging for which you needed to alter the program flow, you may want to restart your program, to ensure that program flow is not arbitrarily or unexpectedly altered by code you jumped over.