Re: [Komodo-discuss] Need help for perl remote debugging
by Eric Promislow other posts by this author
Jul 6 2009 11:58AM messages near this date
view in the new Beta List Site
[Komodo-discuss] Need help for perl remote debugging
|
[Komodo-discuss] Weird problem with the current release
You can get the Perl debugger to break anywhere by
adding this line of code before the line you want
it to stop at:
$DB::single = 1;
Regards,
Eric
On 7/5/2009 12:27 AM, Mehmet Soysal wrote:
> Hi,
> i have a question about perl remote debugging.
> Im trying to debug a perl application on an apache web server (cgi).
> Remote debugging the initial script is working pretty good, but i have
> to debug
> some of the modules and other loaded scripts that are used by the
> application.
>
> But it is quite time consuming to follow the initial script step by step,
> until it opens the module or script that i am trying to debug.
>
> It is possible to put some code into the modules, that the application
> connects
> in a second debug session in my komodo IDE?
>
> Can anybody point me to a howto for this, if it is possible.
>
>
>
>
>
> best regards
> M.Soysal
>
>
> _______________________________________________
> Komodo-discuss mailing list
> Komodo-discuss@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
Thread:
Mehmet Soysal
Eric Promislow
|