PureMVC Console – See what your app is really up to?

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. PureMVC is quite lightweight and is very good at keeping things hidden under the hood. However, during development it is essential to get a snapshot of application state and the sequence of notifications and this is exactly what PureMVC Console does. It provides you with the ability to view your Notifications, Commands, Mediators and Proxies and track notifications and application flow in response to user gestures and other events.

You can see it action here


About this entry