Oracle Solaris Studio 12.2: dbx コマンドによるデバッグ

Java モードの構文

where [thread_id]

メソッドのトレースバックを出力します。

where [thread_id] number

トレースバックの上から number 個のフレームを出力します。

where -f [thread_id] number

フレーム number からトレースバックを開始します。

where -q [thread_id]

クィックトレースバック (関数名のみ)。

where -v [thread_id]

冗長トレースバック (関数の引数と行情報を含む)。

ここで

number は、呼び出しタックフレームの数です。

thread_id は、dbx 形式のスレッド ID またはスレッドを指定した Java スレッド名です。