Using Sun WorkShop

Sun WorkShop Debugger

Sun WorkShop uses a window-based source code debugging service that provides the ability to run a program in a controlled fashion and to inspect the state of a stopped program. Sun WorkShop provides complete integration with three text editors to allow you to edit a program's source code while using full debugging functionality. You have complete control of the dynamic execution of a program, including the collection of performance data. A line-oriented, source-level debugger called dbx is included.

You perform most debugging operations from the Debugging window and the windows accessed from it. You can also perform basic debugging operations from a text editor window containing the source code, which opens automatically when you load a program for debugging.