Debug Menu

Applies to TestComplete 15.63, last modified on April 10, 2024

The Debug menu provides commands that control the debugging process. The available commands are:

Command Description Shortcut
 Enable Debugging Enables the debugging functionality. If this item is unchecked, the debugging functionality is disabled.  
 Run to Cursor Runs the test at full speed to the location of the cursor in the test editor and stops there if this point is within the test execution. Otherwise, runs at full speed to the end of the test. To learn more, see Running to the Cursor. F4
 Step Into Executes the test command marked as the current execution point. If the line includes a call to another keyword test or script routine, proceeds immediately to the first command in that test or routine. To learn more, see Stepping Through Test. F11
 Step Over Executes a test command. If the command includes a call to a keyword test or script routine, executes the entire call at once and proceeds to the next command of the test. To learn more, see Stepping Through Test. F10
 Set Next Operation Sets an execution point while you are debugging a keyword test.  
 Set Next Statement Sets an execution point while you are debugging a script code. To learn more about setting the next execution point during debugging, see Setting Next Execution Point.  
Toggle Breakpoint Sets a breakpoint on the current line or removes it from that line. You cannot set a breakpoint on lines containing non-executable code such as comments, declaration statements or blank lines. F9
Add Watch Adds an expression to the Watch List panel.  
Evaluate Opens the Evaluate dialog. Ctrl+F12

See Also

TestComplete Menus
Running to the Cursor
Stepping Through Test
Setting Next Execution Point
About Watch List Panel
Evaluate Dialog

Highlight search results