タグ

デバッグに関するiehaのブックマーク (2)

  • クロスブラウザの表示確認ツール決定版!!「Spoon Browser Sandbox」

    Web制作者にとって、作成したサイトの画面表示をクロスブラウザで確認するというのは、言うまでも無く絶対に必要な作業です。 現在の主要ブラウザと言えばInternet Explorer、Firefox、Opera、Safari、Google Chromeの5つかと思いますが、それぞれ一つのブラウザをとっても様々なバージョンが存在し、それら全てを一台のPCで共存させるとなると、そのための知識を集めたり、複雑な設定をしたりと、面倒を避けては通れません。 そこで今回ご紹介するのが、昨年度「Xenocode Browser Sandbox」から大幅バージョンアップを遂げた「Spoon Browser Sandbox」です! コレ、Xenocodeというアプリケーション仮想化技術により、たった1つのexeファイルだけで、なんとIE6・7・8、Firefox2・3.0・3.5、Opera9・10、Saf

    クロスブラウザの表示確認ツール決定版!!「Spoon Browser Sandbox」
  • PHP debug tools

    Examples Debug script trace (dependency: xdebug php extension) Debug errors Debug using debug() function Debug using dump(), dump_tofile() functions Debug database queries Example 1: debug script trace To use trace debugging script you need to: Install xdebug php extension. chmod /dev/data/ directory so it is writable. Xdebug install How to install docs: http://www.xdebug.org/docs/install Example

  • 1