This topic describes how to set or delete a breakpoint, and to add or delete remote watches using the Command Input Box (in output pane).
Using the Command Input Box
Using the Command
Input Box you can set or delete a breakpoint, and add or delete
remote watches for variables, etc by entering the DCL commands in the
Input text box. The DCL commands
are similar to OpenVMS Debugger command line interface commands.
The following example shows how to set a breakpoint using Command Input Box:
1. In the NetBeans IDE, right-click the EXE file and select Remote Debug. The command input box is displayed in the Output - Remote Debug Server window.
2. Enter the DCL command in the Input text box and press Enter key. The NetBeans IDE starts debugging the program in the output window.
Caution When you click the Close Input button, Input text box closes in the output window. To open the command input box, right-click the EXE file and select Remote Debug in NetBeans IDE.