nysus has asked for the wisdom of the Perl Monks concerning the following question:
The program is processing user input in unexpected ways. So I fire up the program from the command line with the debugger running. I enter input for Form A from the command line. The problem is, after I enter this input, both the debugger and Program A execution halts. So I never get an opportunity to enter data for Form B and continue on with my troubleshooting.
I tried fiddling with the debugger's 'inhibit_exit' option but this didn't do any good. Can someone point me in the right direction? How do you debug multi-form .cgi scripts?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar;
$nysus = $PM . $MCF;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Perl's Debugger on
by arturo (Vicar) on Apr 18, 2001 at 17:15 UTC | |
by nysus (Parson) on Apr 18, 2001 at 17:37 UTC | |
by tilly (Archbishop) on Apr 18, 2001 at 19:05 UTC | |
by nysus (Parson) on Apr 18, 2001 at 20:18 UTC | |
|
Re: Using Perl's Debugger on
by davorg (Chancellor) on Apr 18, 2001 at 17:22 UTC | |
by sierrathedog04 (Hermit) on Apr 18, 2001 at 20:06 UTC | |
|
(tye)Re: Using Perl's Debugger on
by tye (Sage) on Apr 18, 2001 at 18:00 UTC |