debug



ritratto di eminardi

Upal - Framework di test per Drupal 8

Con Drupal 8 arriva la proposta di sostituire il simpletest con un framework che fonda le sue basi su PHPUnit. Tra gli obiettivi rimane quello di poter eseguire i test già implementati con piccole (se non inesistenti) modifiche. Ecco Upal:

http://www.acquia.com/upal?utm_source=twitterfeed&utm_medium=twitter

categorie:


ritratto di dbanchero

JavaScript Debugger and Profiler

Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and see what each variable looked like at that moment. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast.



ritratto di apastorelli

DebugBar - Browser Tester

un ottimo strumento per testare un sito contemporaneamente su IE 5.5 -6 -7 -8
SW solo per PC

categorie:


ritratto di ngiangregorio

Debugging degli script Ajax con Firebug

 Interessante articolo per debuggare codice Javascript nelle pagine web.






ritratto di dbanchero

Introducing xdebug

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.

categorie: