You can use the following alternative methods for debugging services and applications running on an enterprise server. As
with Enterprise Server Dynamic Debugging,
Visual COBOL and Enterprise Server must be running on the same machine.
- Insert a call to CBL_DEBUGBREAK in the program before you deploy it to Enterprise Server. With this method, if you are running
the enterprise server on your local machine, make sure the operating system environment variable DISPLAY is not set. If you
are using an x-term, make sure DISPLAY points to your machine. If DISPLAY is set, the debugger's output goes to the machine
indicated by DISPLAY.
- Start a debug service execution process at the command line, using the
cassi /a command. When you use this method, any service that runs in the debug service execution process is debugged.