タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

PythonとpythonとVimに関するigrepのブックマーク (2)

  • Vdebugでデバッグする - Qiita

    で+pythonになっているかを確認します。 インストールはShougo/dein.vimなどを使って、インストールしてください。 VdebugはDBGpというプロトコルを使うため、デバッグしたい言語でDBGpが使えるように設定する必要があります。各言語の設定はVdebugのヘルプに載っています(:help VdebugSetUp<言語>)。 PHP まずはPHPを例にして使い方を説明していきます(:help VdebugSetUpPHP)。 Xdebug PHPでデバッグするにはXdebugが必要です。xdebugのinstallのドキュメントなどを見てインストールしましょう。 Xdebugのremote debugのついての説明はXdebugのRemote Debuggingのドキュメントに書かれています。 XdebugとVdebugを使ったwebページのdebugは以下のように行われ

    Vdebugでデバッグする - Qiita
  • GitHub - prompt-toolkit/pyvim: Pure Python Vim clone.

    The editor is written completely in Python. (There are no C extensions). This makes development a lot faster. It's easy to prototype and integrate new features. We have already many nice things, for instance: Syntax highlighting of files, using the Pygments lexers. Horizontal and vertical splits, as well as tab pages. (Similar to Vim.) All of the functionality of prompt_toolkit. This includes a lo

    GitHub - prompt-toolkit/pyvim: Pure Python Vim clone.
    igrep
    igrep 2015/04/28
    えっ "Why Python?" "The only alternative would be Haskell, but I still have to learn that."
  • 1