HPlogo HP/DDE Debugger User's Guide: HP 9000 Series 700/800 Computers > Chapter 5 Using Debugger Commands

Using Command Lists

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Glossary

 » Index

A command list is one or more debugger commands with arguments, separated by semicolons and enclosed in square brackets [], braces {}, or parentheses ().

For example, you can direct the output of several commands into a file:

[list breakpoints; list defines; list aliases] >save

Notice that the output redirection operator must have a space before it but no space after it.