Re: [Catalyst] perl -d myapp_server.pl : how ?

2007-04-28 Thread Kieren Diment
http://dev.catalyst.perl.org/wiki/DebugSample On 27/04/07, Dami Laurent (PJ) [EMAIL PROTECTED] wrote: Hello, The question was already asked in the list, but I can't remember of any satisfying answer. Did anybody succeed in running the standalone server in debug mode ? Seems that the server

[Catalyst] perl -d myapp_server.pl : how ?

2007-04-27 Thread Dami Laurent \(PJ\)
Hello, The question was already asked in the list, but I can't remember of any satisfying answer. Did anybody succeed in running the standalone server in debug mode ? Seems that the server main loop, waiting for HTTP events, is not compatible with the debugger loop waiting for keyboard events.

Re: [Catalyst] perl -d myapp_server.pl : how ?

2007-04-27 Thread Michael Reece
i usually stick $DB::single=1 at the top of the controller method i am debugging, then perl -d ./script/myapp_server.pl it then drops to the debugger prompt after i make the http request. On Apr 27, 2007, at 5:04 AM, Dami Laurent ((PJ)) wrote: Hello, The question was already asked in the