|
|
The following options are available for use in user-defined configurations but do not appear in the debugger's default configuration:
Debug Command is available only in user-defined configurations. The configuration specifying this option must also associate a command string with the option. See ``Configuration''. The command string can contain any valid command-line debugger command as well as some special ``Command variables''. When the option is selected, the Command Variables are expanded, and the resulting string is passed to the command-line debugger for execution. The results are displayed in a popup window.
Several special variables are maintained by the debugger for use in the ``Debug command'' and ``Exec command'' options. These variables may be used anywhere within a Debug Command or Exec Command command string. Their values are expanded and substituted within the command string before the string is passed to the command-line debugger or shell for execution. There is no way for the user to explicitly set the values of these variables. The Command Variables currently defined are:
Exec Command is available only in user-defined configurations. The configuration specifying this option must also associate a command string with the option. See ``Configuration''. The command string can contain any valid shell command as well as some special ``Command variables''. When the option is selected, the Command Variables are expanded, and the resulting string is passed to the shell for execution.