Debug Window Keys

Use these key combinations in the Immediate pane of the Debug window199M6LF:

Press            To

 

Enter             Run a line of code.

Ctrl+Z            Undo the last edit action in the current line.

Ctrl+C           Copy the selected text to the ClipboardW4LZLB.

Ctrl+V            Paste the Clipboard contents at the insertion point.

Ctrl+X            Cut the selected text to the Clipboard.

Ctrl+L            Display Calls dialog box (break mode only).

Ctrl+W           Display Edit Watch dialog box.

Shift+F9         Display Instant Watch dialog box.

F5                 Continue running an application.

Shift+F5         Restart an application.

F8                 Execute code one line at a time (single step).

Shift+F8         Execute code one procedure85Q5YR at a time (procedure step).

Del                Delete the selected text without placing it on the Clipboard.

F2                 Display View Procedures dialog box.

Ctrl+Enter      Insert carriage return.

F6                 Switch to Watch pane.

 

Use these key combinations in the Watch pane of the Debug window199M6LF:

Press            To

 

Enter             Display Edit Watch dialog box for selected watch expression.

F2                 Display View Procedures dialog box.

F6                 Switch to Immediate pane.

Ctrl+F            Find.

F3                 Find Next.

Shift+F3         Find Previous.

Ctrl+R           Replace.

Ctrl+ =           Bring to front.

Ctrl+Hyphen  Send to back.

Ctrl+Down     Next Procedure.

Ctrl+Up          Previous Procedure.

Shift+F2         Procedure Definition.

Right Arrow   Shift viewing of the watch expression to the right.

Left Arrow      Shift viewing of the watch expression to the left.