Go to the first, previous, next, last section, table of contents.


デバッガとは

C 言語で書かれたプログラムのためのデバッガ dbx は, ソースレベルでのブレークポイントの設定, ステッ プ実行, 変数の参照などが可能な強力なデバッガである. Asir では, dbx 風のデバッガを用意している. デバッグモードに入るには, トッ プレベルで debug; と入力する.

[10] debug;
(debug)

その他, 次の方法, あるいは状況でデバッグモードに入る.


Go to the first, previous, next, last section, table of contents.