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

印刷ビューの終了

更新: 2015 年 1 月
 
 

あるアドレスにブレークポイントを設定する

特定のアドレスにブレークポイントを設定するには、stopi コマンドを使用します。

(dbx) stopi at address

例:

(dbx) nexti
stopped in hand::ungrasp at 0x12638
(dbx) stopi at &hand::ungrasp
(3) stopi at &hand::ungrasp
(dbx)