タグ

XDebugに関するrti7743のブックマーク (4)

  • Xdebug: Documentation - Functions

    導入 このページは Xdebug で有効なすべての関数をリストアップしています。 まずはじめに、セクション毎に各関数の短い説明をします。 そこには関数の詳細説明へのリンクが張られていて、いくつかのサンプルもあります。 インデックスの次の [1] というマークがある関数は、Xdebug 1.3 でのみ仕様可能で [2] というマークがある関数すべて Xdebug 2.x でのみ使用可能です。 マークがついていない関数はすべて Xdebug 1.3 でも Xdebug 2.x でも使用可能です。 動作関連の関数 xdebug_disable() エラー時のスタックトレース表示を無効にする xdebug_enable() エラー時のスタックトレース表示を有効にする xdebug_is_enabled() エラー時にスタックトレースを表示するかどうかを返す コードカバレージ関数 xdebug_ge

  • ウノウラボ Unoh Labs: php で 簡単にデバッグする方法

    尾藤正人です。 Ruby で debug する7つの方法 Perl での print debug の方法の紹介がブーム(?)だったので、自分がよく行ってる Ruby での debug 方法7つについて書いてみます。 ということなので、僕が PHP でやってること書いてみたいと思います。 preprint_r() print_r() とか var_dump() だと HTML の中に出してブラウザで見るときにすごく見にくくなります。 そこで preprint_r() という関数を定義して、<pre></pre> で囲んで見やすいように出力しています。 function preprint_r(&$var, $title = '') { echo _preprint_r($var, $title); } function &_preprint_r(&$var, $title = '') { if

  • Xdebug: Documentation » All functions

    rti7743
    rti7743 2009/11/01
    API一覧
  • Xdebug: Documentation

    Xdebug 3 — Documentation Installation Development Helpers Function Trace Code Coverage Analysis Garbage Collection Statistics Profiling Step Debugging Command Line Debug Client DBGp Proxy Tool Supported Versions and Compatibility Upgrading from Xdebug 2 to 3 FAQ Description of errors Contributing DBGP - A common debugger protocol specification All Configuration Settings All Functions All Related C

    rti7743
    rti7743 2009/11/01
    ライブラリ作るのにいろいろ便利そう
  • 1