BlockTypeDescription adds a block's type signature to its description. It makes debugging more transparent, and turns an otherwise useless description into a useful one. Because this project replaces an existing method on the private NSBlock ... 続きを読む
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... 続きを読む
getfirebug.com has Firebug 1.12a1 Firebug 1.12a1 fixes 17 issues Firebug 1.12a1 is compatible with Firefox 18-21 This version integrates FireClosure inspector and introduces new Closure Inspector feature. Closure Inspector Close Inspector fea... 続きを読む
0 views 2012/12/21に行われたサイバーエージェント社内勉強での講演資料です。 More… Chrome DevTools.next Presentation Transcript Chrome DevTools.next 2012/12/21 Cyber Agent Toru Yoshikawa ( @yoshikawa_̲t ) Who?吉川 徹 / Toru Yoshikawa... 続きを読む
Have you ever placed console.log into a JS function just to figure out whether the function has been executed? Did you also happen to make a syntax error when doing that code modification? Then you could be interested in Firebug feature that ... 続きを読む
Firebug is mainly a debugger and being able to stop Javascript execution on a breakpoint is obviously one of its essential features. Also, ability to break on a breakpoint only if certain condition is true is useful feature and so, check out ... 続きを読む
「コードレビューの視点 003」では、「マルチスレッドプログラミングに注意する」と題して、次のことが必要だと述べました。 マルチスレッドプログラミングに関する基礎知識をすべてのソフトウェアエンジニアがきちんと習得していること 書かれたコードは、マル... 続きを読む
JavaScript, debug, tipsminifyされたJavaScriptは各種開発者ツールのdeminifierを使えば整形された状態でdebug出来ますが、packerで圧縮されたJavaScript(以下packed JS)はどうかという話。Google Chromeの開発者ツール前提で話をするので他のブラウザについて... 続きを読む
Home - Test Drive - Installing - Running - Multi-User - Security - Building - ChangeLog - License ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ weinre is Web Inspector Remote. Pronounced like the word "winery". Or maybe like the word "weiner". Who kn... 続きを読む
プロジェクト about (3) cumonos (5) Jetpack (37) projects (99) about:hacks (3) Firefox 学生マーケティング (13) L10N (25) mobile (3) Mozilla Hacks (hacks.mozilla.org) (25) Translation (1) このサイトについて (12) 旧ModestPage (5) WebDev (15) ア... 続きを読む
圧縮後のJavaScriptやコンパイル後のCoffeeScriptでも、ブラウザ上で元のソースを参照できる新技術「Source Maps」登場 JavaScriptをデプロイする際には、できるだけ小さくするために余計なスペースや改行を取り除き、さらに関数名なども変換して圧縮することが... 続きを読む
こんにちは、中川です。 最近はちょっとPHPから離れてMonacaを使ったiOSアプリの開発を行なっています。 Monacaでは基本的にHTML+CSS+JSでの開発となりますが、 今回開発中のものはObjective-Cを使ったネイティブの画面をカスタムで組み込んで利用したりしてい... 続きを読む
This powerful Firebug's feature could be also called Edit value and continue (to use similar terminology from Visual Studio). Even if Firefox (and so Firebug) doesn't allow to edit the code itself at run-time, being able to change value of a ... 続きを読む
TweetXcode4.2 エラー画面 Xcode4になってから、いまいちデバッグがうまくいかない理由に、止まってしまう場所が、 1 return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); の行で止まってしまう場合が多いのがありま... 続きを読む
iWebinspectorは素晴らしいのですが、どちらかと言えばWeb開発向けです。 UIWebViewを見たいですよね。 iOS5でなければいけませんが、やり方がありました。今度はiWebinspectorも入りません。 (参考:Nathan de Vries Enabling Remote Debugging via Private A... 続きを読む
Xcode4がリリースされました。久しぶりの大幅なアップグレードです。InterfaceBuilderと統合されて、ユーザーインターフェースもガラッと変わっています。強化された機能もいろいろありますが、今回はその中でブレークポイントを紹介します。 今までデバックす... 続きを読む
firebugの計測関数(console.time/console.timEnd)をつかってメソッドの実行時間の計測するときなどに、計測関数を挿入忘れと削除忘れしないために自動的に挿入するためのコードです開発のときには、ブックマークレットで呼び出しておいて使うと便利かも(しませ... 続きを読む
December 23rd 2011 As it turns out, there are tons of different ways to debug javascript. Considering, I thought it might be useful if I shared all the tools/techniques I regularly use to do just that. If you think of any additional technique... 続きを読む
About tl;dr Example Example Documentation / Reference jQuery-inlog jQuery-inlog allows you to easily debug your jQuery code. See exactly what you pass to functions, what they return and in which context (this-value) they were executed. No mor... 続きを読む
JavaScript, Node.jsどうも、成人式に行けなかったのがちょっとショックですけど、まあ地元の子に連絡してみたら結構元気そうだったので満足です。というわけで、ebiflyです。エビフライですよ、エビフライ、おいしいですよね。https://github.com/yaakaito/ebi... 続きを読む