Adding Builtin Buttons to the Button Editor | Editing an Existing Button in the Button Editor |
Rearranging Buttons in the Button Editor | Removing Buttons |
Button Editor Window |
To add a button to the Button Editor:
Note - You can use the CDE application dticon to create an .xpm file. Most graphics programs can also save files in .xpm format.
Note - Type commands in the Dbx Commands window to see what commands are available.
stop at %%s -temp
stop at "main.cc":25 -temp
Note - The command string should only contain one %, and it cannot contain an escape sequence. For example:
stop at %%s -temp
produces
stop %"main.cc":25
Note - You can also add a button to the Custom Buttons window using the dbx button Command or buttonx Command.