Tag Archives: debug

SWFConsole: enhance the power of your Flash games

Sometime ago I was working on a Flash game and I had to output some information to the console. That's a very easy task when you use trace() and the Flash IDE, but things get a little harder when you … Continue reading

Posted in Flash | Tagged , , , , | Leave a comment

Profiling and debugging PHP

Reviewing the code is an important task every programmer must (or should) perform. Sometimes the program you have just coded looks nice and fast, because all the tests you have performed using your well-controlled devel0pment sandbox showed no errors. Unless … Continue reading

Posted in Web development | Tagged , , , | Leave a comment