User`s guide

32
Chapter 4: Controlling dbx
Executing
dbx
Scripts
You can create dbx command scripts using an external editor and then
execute these scripts using the pi or playback input command. This is a
convenient method for creating and executing automated test scripts.
You can include comments in your command scripts by using a single
pound sign (#) to introduce a comment. To include a # operator (described
in “Operators” on page 33) in a dbx script, use two pound signs (for example,
##27). When dbx sees a pound sign in a script file, it interprets all characters
between the pound sign and the end of the current line as a comment.