| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > echo | |||
This command displays textual strings only.
Backslashes can be used as follows:
C escape sequences, for example, "\n" can be used to print a new line
Leading and trailing spaces are not displayed unless escaped with a backslash
Quoted strings are printed literally including the quote marks.