Google

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


debug

debug
:: デバッグモードに入る.
  • debug は無引数の函数であるが, `()' なしで呼び出せる.
  • デバッグモードに入るとプロンプトが (debug) となり, コマンド 受け付け状態となる. quit を入力するとデバッガから抜ける.
  • デバッグモードについての詳細は See section デバッガ.
[1] debug;
(debug) quit
0
[2] 


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