タグ

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

タグの絞り込みを解除

debugに関するksagaのブックマーク (2)

  • Valgrind Home

    Information About News Tool Suite Supported Platforms The Developers Source Code Current Releases Release Archive Variants / Patches Code Repository Valkyrie / GUIs Documentation Table of Contents Quick Start FAQ User Manual Download Manual Research Papers Books Contact Mailing Lists and IRC Bug Reports Feature Requests Contact Summary Commercial Support How to Help Contributing Project Suggestion

  • Debugging a XULRunner Application - Archive of obsolete content | MDN

    XULRunner アプリケーションをデバッグする最も簡単な方法はシステムに問題点を通知させることです。2 種類のコンソールが利用可能であり、必要な情報をそれらに表示させるためのさまざまな設定項目が存在します。 設定 以下のように設定するとデバッグがかなり楽になります。 設定は <tt>%appname%/defaults/preferences/</tt> ディレクトリ内の .js ファイルで行います。(拡張子が <tt>.js</tt> であれば)ファイル名は何でもかまいません。ですので、<tt>debug.js</tt> とするのが最良でしょう。 /* デバッグ用設定 */ pref("browser.dom.window.dump.enabled", true); pref("javascript.options.showInConsole", true); pref("javas

    Debugging a XULRunner Application - Archive of obsolete content | MDN
  • 1