Debug Menu Commands |
---|
F11 | Runs only the current line of the script. If the current line calls a method, the method is displayed in the view but is not performed. |
F10 | Runs only the current line of the script. When the current line calls a method, the method is performed in its entirety, but is not displayed in the view. |
SHIFT+F11 | Runs to the end of the method then pauses the run session. (Available only after running a method using Step Into.) |
CTRL+F10 | Runs until the current step. |
CTRL+T | Adds the selected item to the Watch tab. |
F9 | Sets or clears a breakpoint in the test. |
CTRL+F9 | Enables or disables a breakpoint in the test. |
CTRL+SHIFT+F9 | Deletes all breakpoints in the test. |