| |||
| Home > Working with the CLI > General command language syntax > General syntax rules | |||
The commands you submit to the debugger must conform to the following rules:
Each command line can contain only one debugger command.
If you refer to a symbol, then you must use the same case that the symbol has in the symbol table. Therefore, variables you create with the ADD command and user-defined macros you create are case sensitive.
A command line can be up to 4095 characters in length.