Progress
Debugger Guide


BUTTON Command

Creates a button in the Debugger button panel.

SYNTAX

BUTTON label button-definition 

PARAMETERS

label

A quoted or unquoted string to display as a button label. Both quoted and unquoted labels are case sensitive. If you want blanks embedded in the label, you must quote it.

button-definition

One or more Debugger commands or defined macros separated by semicolons (;).

NOTES

EXAMPLES

This example defines a button in the Debugger button panel:

BUTTON "Push Me to Continue" CONTINUE 

This example defines a button using one Debugger variable that specifies the filename for two commands:

BUTTON debug BREAK &file; RUN &file 

SEE ALSO

CANCEL ALL Command, CANCEL BUTTON Command, MACRO Command, SHOW BUTTONS Command


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095