C H A P T E R  6

Debugging Programs

This chapter describes problems you might encounter when using Sun MTP and third-party debugging tools for application programs.


Remote Animation

If you are using the Micro Focus Remote Animator to debug COBOL programs and the animator hangs, perform the following procedure to completely shut down the animator.


procedure icon  To Shut Down the Remote Animator Process

1. Close all Remote Animator windows.

2. Identify and kill the animserv process.

For example, at a shell prompt type the following command:

$ ps -ef | grep animserv

Make a note of the process ID (pid) and then type the following command:

$ kill -9 pid

3. Refer to the Sun Mainframe Transaction Processing Software Developer's Guide to restart remote animation.