Next Previous Up Top Contents Index

6.9 Interacting with an application

6.9.7 Interaction pane commands

The debugger's interaction pane accepts various commands. You can get a list of available commands, and documentation for each command, with the :help command.

:help

Interaction command

:help

:help command-name

The first form prints a list of interaction commands in the interaction pane. The second form prints documentation on a command from the list.
:in

Interaction command

:in module-name[:library-name]

Sets the context in the interaction pane. The current library is the default if not otherwise specified. Using this command is equivalent to using the context drop-down list on the debugger/interactor toolbar.

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index