public marks

PUBLIC MARKS with tag debug

June 2008

My DebugBar | IETester / HomePage

by ghis & 14 others (via)
IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.

May 2008

TuneUp | Runs

by webs & 1 other (via)
TuneUp is a centralized location to help you troubleshoot and optimize your Ruby on Rails application's performance with help from others in the community.

Debugging Django

by ghis & 1 other
Tips for debugging in Django.

sfFirePHP plugin

by Xavier Lacot & 1 other
FirePHP enables you to print to your Firebug Console using a simple PHP function call. What makes FirePHP different? All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development.

Opera Dragonfly

by parmentierf & 6 others (via)
Welcome to Opera Dragonfly alpha, the foundations of Opera's upcoming Developer Tools. Debug JavaScript, inspect CSS and the DOM, and view any errors – Opera Dragonfly makes developing using Opera easier than ever, both on your computer and mobile phone. Check out our alpha release for a taste of things to come.

Opera Dragonfly

by marco & 6 others
Opera's upcoming Developer Tools. Debug JavaScript, inspect CSS and the DOM, and view any errors

Opera Dragonfly

by Xavier Lacot & 6 others
Welcome to Opera Dragonfly alpha, the foundations of Opera's upcoming Developer Tools. Debug JavaScript, inspect CSS and the DOM, and view any errors – Opera Dragonfly makes developing using Opera easier than ever, both on your computer and mobile phone.

April 2008

Fiddler HTTP Debugger - A free web debugging tool

by marmelade & 13 others
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet.

March 2008

Firecookie

by kasi77 & 4 others
Firecookie is a an extension for Firebug that makes possible to view and manage cookies in your browser. Apart from all the other cookie managers and viewers available as Firefox extensions, this one is made as an extension for Firebug, so web developer has the functionality accessible within familiar Firebug’s UI.

Software is hard | Firecookie

by nhoizey & 4 others
Firecookie is a an extension for Firebug that makes possible to view and manage cookies in your browser. Apart from all the other cookie managers and viewers available as Firefox extensions, this one is made as an extension for Firebug, so web developer h

Marketcircle: iPhoney

by nhoizey & 13 others
Looking for a way to see how your web creations will look on iPhone? Look no further. iPhoney gives you a pixel-accurate web browsing environment—powered by Safari—that you can use when developing web sites for iPhone. It's the perfect 320 by 480-pixe

February 2008

Conférence : Déboguer une application web avec FirePHP - Dur Comme Faire

by camel
Le sujet était "Déboguer une application web avec FirePHP". Déboguer une application web peut rapidement devenir fastidieux. L'utilisation d'un débogueur simplifie ce processus mais il n'est pas toujours possible d'en utiliser un. FirePHP est une extension Firefox qui permet de fournir des informations de déboguage sans interférer avec l'affichage de l'application web. Cela est particulièrement pratique pour déboguer de l'Ajax par exemple.

January 2008

Introducing xdebug

by loopinglechat & 4 others (via)
This article is the first installment of a five-part series of articles covering xdebug, a free and open source swiss army knife tool for PHP developers. xdebug is a PHP extension created by Derick Rethans, one of the PHP core developers. This week, we will show you how to install xdebug and introduce you to some of the basic features. In the subsequent parts of this article series, we will have a closer look at one of xdebug's main features, namely tracing, profiling, debugging, and code coverage.