こんなの見つけましたiWebInspector [簡単な使い方] iOSシミュレータを立ち上げる シミュレータ内のSafariで調査したいページを開く iWebInspectorの”Load from Safari”をクリック Page Listingという今見てるページの確認画面が出るので良ければリンクをクリ... 続きを読む
Web Debugging for Safari on iPhone, iPad and PhoneGap Download version 0.9 betaRequires Mac OS 10.6+, Xcode 4.2 with iOS 5 SDK Follow updates on Twitter iWebInspector is a free tool to debug, profile and inspect web applications running on iO... 続きを読む
タイトルは釣りかとおもいきや僕は普通にあるのとないのとで3倍くらい差があるので、界王拳アプリのひとつです。特にWebアプリとか大きめの規模のサイトでとても役に立ちます。 Charles こんなことができます(目次) いちいちサーバーへファイル転送なんかして... 続きを読む
本番環境でテスト?! Charlesを使った簡単サイト修正 カテゴリ:ツール 2011年9月12日 09:00 前回の「スマホの開発が超絶楽に! weinreでスマートフォンをPCでリモートデバッグ!」は大変好評なようでうれしい限りです。自分もこれを知ったときはかなり興奮し... 続きを読む
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and cac... 続きを読む
node.js | 13:53node,jsプログラムのデバッグ実行方法について。node-inspectorってのがあって、これがあるとchrome上(webkit系ならいけるらしい)でクライアントサイドのjsデバッグみたいにサーバサイドのjsもデバッグできる。でもnode.js0.3以上がないと動か... 続きを読む
こんにちは、中川です。 今回もPHPには一切触れないで、node.jsについて書いていこうと思います。 主に開発時に便利なモジュールを紹介いたします。 ■今回紹介するもの ・nvm ・node-dev ・node-inspector ■nvm ・https://github.com/creationix/nvm node.js... 続きを読む
JavaScriptJavaScript Advent Calendar 2010 8日目担当のid:os0xです。JavaScriptネタは案外範囲が広くて色んなネタがあるので、毎回が楽しみですね。さて、私はデバッグをネタにしたいと思います。テストではなくデバッグです。誰かが書いたコードをメンテナン... 続きを読む
今までデバッグの際はウノウラボ by Zynga Japan: JavaScriptのバグを退治する3つの手法で公開されている以下のスクリプトを使ってオブジェクトの内容を調べていました。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 <script type="text/javasc... 続きを読む
JavaScript Advent Calendar 2010 19日目はコマンドラインで JavaScript のシンタックスのチェックについてです。 JavaScript のシンタックスエラーで悩んだ経験はありませんか?何故か特定ブラウザ(特にIEで)動かない、そんな場合はシンタックスエラーを疑うべ... 続きを読む
Everyone wants a fast web site. Making one is a bit more difficult. Profiling code during development is easy, thanks to the excellent Xdebug extension (which also provides handy debugging tools), but this still leaves us blind in production,... 続きを読む
XHGUI is a GUI for the XHProf PHP extension, using a database backend, and pretty graphs to make it easy to use and interpret. 続きを読む
Javascript Debug Toolkit is a software can debug javascript in ie,firefox,safari,chrome,opera,mobile ie browser,mobile opera browser and so on .It works in all the browser support ajax. Browser support of debug tools 続きを読む
PHPプログラミングの際にコードをデバッグするのに最も手軽なのは、var_dumpやロガーで変数の中身を見る方法だと思う。例えば何やらおかしな動きをするメソッドがあった時に、その中のコードにvar_dumpを差し込んでコマンドラインで実行する。そして本来とるべ... 続きを読む
Getting started Download Page Speed. Run Page Speed against your web pages. Read about the Page Speed performance best practices. What is Page Speed? Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use P... 続きを読む
What is NitobiBug? It's a browser-based JavaScript object logger and inspection tool - similar to Firebug. NitobiBug runs across different browsers (IE6+, Safari, Opera, Firefox) to provide a consistent and powerful tool for developing rich A... 続きを読む
Introducing Fiddler What is Fiddler? Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or out... 続きを読む
Introduction In our company, code reviews play an integral part in the development process for making quality software. We opt for a mentor style approach with Wufoo, where a developer works on a segment for a period of time and then passes i... 続きを読む
Contents Introduction XHProf Overview Installing the XHProf extension Profiling using XHProf Setting up the XHProf UI Notes on using XHProf in production Lightweight Sampling Mode Additional features Dependencies Acknowledgements Introduction... 続きを読む
WebgrindWebgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job. Here's a screenshot showi... 続きを読む
Blackbird offers a dead-simple way to log messages in JavaScript and an attractive console to view and filter them. You might never use alert() again. 続きを読む
For Chrome, Firefox 2/3, IE 6/7, Safari 3 www.xbug.co.uk Copyright (c) 2008 Greg Salisbury. All Rights Reserved. Welcome XBug currently runs on the Windows XP/Vista platform But, it can also be used to debug webpages on Windows or Linux serve... 続きを読む
Chances are that if you’ve done any significant Javascript work, you’ve run into a situation where part of the debugging process could be much improved if you just had the function call stack. I’m going to give you some ways of doing this ... 続きを読む
TIPS/IT系Google Chromeはシンプルに見えてオフラインやWebアプリショートカット作成などいろんな機能が搭載されています。そんな中、JavaScriptデバッガがあるのも発見!どんなもんかと思ってみてみたら、なんとコマンドラインベースのデバッガです。Firebugみ... 続きを読む
query-reviewerはRails用のプラグインで、データベースにMySQLを使っている場合に、不適切な検索が行われていないかどうかを非常に簡単に調べることができる。(MySQL以外ではたぶん動かない。)使い方は非常に簡単で、 git clone git://github.com/dsboulder/q... 続きを読む
Debugging a live, running PHP application has never been so easy! Skip, Step, Stop Like any traditional debugger, MacGDBp will allow you to walk through your code one line (or more) at a time. The three stepping controls allow you to step int... 続きを読む
debug_bracktrace()は手軽にバックトレースが取れるので便利です。 メソッド(関数)の呼び出し順だけではなく、引数の内容や現在動作しているオブジェクトの状態なども取得することができます。 そこでこれらを利用してバックトレースの内容を見やすくしたdebu... 続きを読む
IETester is free. To support the project you can make a donation : or you can translate it. IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well ... 続きを読む
NetFarmさんが携帯端末500機種以上を網羅した「P1エミュレーター」のベータ版が無料で公開されました。 いままで携帯でテストするときに、まともに利用できるエミュレーターといえば、i-modeシミュレータしかなく、結局実機でのテストに頼っていました。 この「... 続きを読む