| |||
| Home > armsd > Working with armsd > Groups of armsd commands > Miscellaneous commands | |||
These are general commands:
!Passes the following command to the host operating system.
|Introduces a comment line.
aliasDefines, undefines, or lists aliases. It enables you to define your own symbolic debugger commands.
commentWrites
a message to stderr.
helpDisplays a list of available commands, or help on a particular command.
logSends the output of subsequent commands to a file in addition to the screen.
obeyExecutes a set of debugger commands which have previously been stored in a file, as if they are being typed at the keyboard.
printExamines the contents of variables in the program being debugged.
typeTypes the contents of a source file, or any text file, between a specified pair of line numbers.
whileIs part of a multi-statement line.
quitTerminates the current symbolic debugger session and closes any open log or obey files.