Re: Need help for perl remote debugging
Eric Promislow <[email protected]> Mon, 06 Jul 2009 11:57:20 -0700
| Newsgroups | gmane.comp.ide.komodo.general |
|---|---|
| Message-ID | <[email protected]> |
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 > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss _______________________________________________ Komodo-discuss mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss