Posts Tagged ‘debugging’

Wordpress Logger: A plugin that displays log messages to the Safari and Firefox console from PHP

Wordpress Logger: A plugin that displays log messages to the Safari and Firefox console from PHP

This is an essential plugin for developers who are frustrated with debugging plugins and themes with print_r statements. This plugin displays log messages from PHP in the browser console in Safari and Firefox (with firebug). You no longer have to work blind when your templates don’t render properly. Just place a log statement and examine the code right on the browser. Continue reading

Tags: , , ,
Posted in Plugin, WordPress :: 14 Comments »

PureMVC Console – Shines a light inside the MVC triad

PureMVC Console – Shines a light inside the MVC triad

I was checking the PureMVC website today and came across PureMVC Console developed by the good folks at Kap Lab. This is an absolutely invaluable tool to figure out in real-time what is going on inside the Flex PureMVC framework in a running application. Continue reading

Tags: , , , , , , ,
Posted in Debugging, Flex :: 4 Comments »