Hello World in Plack 2: InteractiveDebugger
Another tool to debug your Plack application is InteractiveDebugger
![]()
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/