When I am using the perl debugger to debug a CA application like this: perl -d Pcode.cgi 'rm=advanced_query_process'
And I want to step forward to poke around in the given run mode like this: c PcodeWebApp::advanced_query_process Rather than stopping at the first line of the give run mode method like the debugger would usually do with that command, it runs through the run mode, completes all CA processing and I see the html scream past on the screen. The only way I've been able to stop in my run mode is if it calls some other method in some other module like this: c Recode::SeqTools::transmap #transmap called within run mode of interest It will halt at the first line of transmap, and from there I can r (return) back to the CA run mode of interest and poke around. This is annoying and it seems like I should be able to go directly to my run mode. What subtlety of CA processing and painfully obvious detail am I overlooking here? Barry --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
