Features

Last-modified: 2008-12-17 (水) 19:07:19
 

主な機能 (Features)

以下が lldebug for lua debugger の主な機能です。

  • 行ごとのステップ実行
  • 行ごとのブレークポイント
  • 呼び出し関数終了時までデバッグなしで実行(ステップオーバー)
  • 関数終了時までデバッグなしで実行(ステップリターン)
  • 簡易ソース編集機能
  • 任意のコルーチンのresume/yield(Cプログラム側からを含む)のデバッギング
  • (ローカル/グローバル/レジストリ/環境)変数ウォッチ
  • デバッグ停止中の関数コンテキストでの対話型デバッギング
  • コルーチンを含めたバックトレース
  • リモートデバッギング

(The main features of lldebug:

  • Debug in step mode
  • Breakpoint at any line
  • Step over
  • Step return
  • Simple source editor
  • Debugging on any coroutine resume/yield (include c side)
  • Watch any Local/Global/Register/Environment variable
  • Interactive debugging on function context
  • Backtrace with coroutine
  • Remote debugging)