Sun Studio 12: Debugging a Program With dbx

Java Mode Syntax

where [thread_id]

Print a method traceback.

where [thread_id] number

Print the number top frames in the traceback.

where -f [thread_id] number

Start traceback from frame number.

where -q [thread_id]

Quick trace back (only method names).

where -v [thread_id]

Verbose traceback (include method arguments and line information).

where:

number is a number of call stack frames.

thread_id is a dbx-style thread ID or the Java thread name specified for the thread.