Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 649 Bytes

IpdbDebugger

About

IpdbDebugger is a python debuger plugin for Neovim.
It is based on neovim terminal and ipdb.

Install

Plug 'szkny/IpdbDebugger'

TODO

  • シンボリックリンクをインポートしたときのブレークポイントに対応
  • helpコマンドで表示されるipdbコマンドを全て実装
  • printのデフォルトはではなく左辺値にする
  • マッピング機能のデバッグ
  • airlineのモードカラー連携
  • PUDBもしくはllvm.nvim風にする
    • ステップ実行時のカーソル自動移動
    • 変数一覧の表示
    • スタックトレースの表示