July 2011 Archives

Hello World in Plack 2: InteractiveDebugger

Another tool to debug your Plack application is InteractiveDebugger
Screenshot-Died at debug-demo.psgi line 16 -- Plack Interactive Debugger - Chromium-1.png
You can dive into your code, explore your stack and see all variables in each frame.
And execute arbitrary code at some level!

Just try it:
plackup idebug-demo.psgi
firefox http://127.0.0.1:5000/

Hello World in Plack

I'm was playing with PSGI spec and Plack last few days and found Debug middleware just amazing:
Screenshot-Few words about Plack and PSGI - Chromium-1.png
You should just try it:

plackup debug-demo.psgi
firefox http://127.0.0.1:5000

About yko

user-pic I blog about Perl.