Debugger Shortcuts

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2003 (Modified)


This section lists all the shortcuts provided by the Debugger window.

Execution Control Tool Bar

The following figure shows the shortcuts for the nine buttons located in the top left corner of the Debugger Window:

Shift+F5 or Shift+click on the No Trace button resumes execution. Also, they disable all the next TRACE calls for the current process.

Watch Pane

Right mouse button click (Windows) or Control-Click (Macintosh) in the Watch pane pulls down the Watch Speed menu.

Double-click on an item of the Watch pane copies the item to the Custom Watch pane.

Call Chain Pane

Double-Click on a method name in the Call chain pane displays the method in the Source Code pane at the line corresponding to the call in the call chain.

Custom Watch Pane

Right mouse button click (Windows) or Control-Click (Macintosh) in the Custom Watch pane pulls down the Custom Watch Speed menu.

Double-Click in the Custom Watch pane creates a new watch.

Source Code Pane

Click in the left margin sets (persistent) or removes break points.

ALT-Shift-Click (Windows) or Option-Shift Click (Macintosh) sets a temporary break point.

Alt-Click (Windows) or Option-Click displays the Edit Break window for a new or existing break point.

A selected expression or object can be copied to the Custom Watch pane by simple drag and drop.

Click on the selected text while holding down the Ctrl (Windows) or Command (Mac OS) key copies it to the Custom Watch pane.

Ctrl+D (Windows) or Command+D (Mac OS) key combinations copy the selected text to the Custom Watch pane.

All Panes

Ctrl+* (Windows) or Command+* (Mac OS) forces the updating of the Watch pane.

When no item is selected in any pane, typing Enter steps by one line.

When an item value is selected, use the arrows keys to navigate through the list.

When an item is being edited, use the arrow keys to move the cursor; use Ctrl-A/X/C/V (Windows) or Command-A/X/C/V (Macintosh) as shortcuts to the Select All/Cut/Copy/Paste menu commands of the Edit menu.

See Also

Call Chain Pane, Custom Watch Pane, Debugger, Source Code Pane, Watch Pane.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next