TOC PREV NEXT INDEX DOC LIST MASTER INDEX




View > Show Status Pane

To hide/display the Status Pane displayed at the bottom of the Debugger window, select Show Status Pane on the View menu in the Debugger window. The Status Pane displays the status of the program being debugged. It is not displayed by default when the debugger is invoked.

The following information is displayed in the Status Pane:

state stop_frame task_id_number file_name

State

This field contains the current state of the user program. Possible values are:

Stopped
Stopped after step
Stopped on exit
Exited
Stopped at exec
Stopped at an exec() system call
Stopped at exception handler
Stopped at an exception handler
Stopped at breakpoint
Stopped at a breakpoint
Stopped at exception
Stopped at an exception
Stopped via unhandled exception
Terminated due to an unhandled exception
Stopped by a signal
Stopped via a UNIX signal
Stopped after a user procedure call
Stopped after the completion of a user procedure call.
Running
Running
Stepping
Stepping
Ready
Loaded and is ready to run
No program selected
No program is loaded in the debugger

Stop Frame

This is either a proc:line where proc is the symbolic name of the frame. If no symbols are available for that frame, just an address is listed for the line field.

Task ID Number

This field contains the current task id number. A list of all tasks can be displayed by selecting the Windows > Tasks command.

File

This field contains the name of the current file the debugger is focused on. If there is no source available, the frame name is placed here instead.

Additional Topics

To see related information, click on a topic:


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2001, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS