in reply to Best way to debug in MVC
It's no different from debugging anything else -- you take a quick stab with print statements and if that doesn't work you run the debugger. Are you finding it harder to debug under CGI::Application for some reason?