FaqDebuggingRunIntoMethod
Run Into Method
The action helps to jump directly to a method selected in editor during debugging.
It is useful for debugging of expressions with many method calls.
Example:
You need to watch what is done in msgMemory.format
Sceenshot
Steps:
- place editor cursor on format code
- press Shift-F7 or invoke menu action Run > Run Into Method
- Debugger will evaluate all code to the method and than step into the method.
