FW: Trouble running Open Perl IDE Debugger

2004-06-22 Thread Siegfried Heintze
I'm working on Win2003. I installed my perl from cygwin instead of directly installing it myself. It seems to work fine for the cgi files executed by Apache HTTPD (hurray!). However, when I use the OpenPerlIDE 1.0.11 the debugger dies on the following line inside perl5db.pl: my $result

debugger

2003-08-03 Thread awarsd
Hi, my web host does not offer a perl debugger and told me to use use CGI::Carp qw(warningsToBrowser fatalsToBrowser); Is that it, how should i print the errors?? Thank You. awards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: debugger

2003-08-03 Thread Todd W.
Awarsd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, my web host does not offer a perl debugger and told me to use use CGI::Carp qw(warningsToBrowser fatalsToBrowser); Is that it, how should i print the errors?? When you have a question about a module, please read

Re: Perl debugger

2001-12-22 Thread fliptop
Polikarpov Cyrill wrote: I have a question - what software is the better for debugin perl-scripts to your opinion? I can't find a prog for myself, so ... perl comes with a built-in debugger: http://www.ddj.com/documents/s=1498/ddj0108pl/ btw: a search for 'perl debugger' on google.com

Re: Perl debugger

2001-12-22 Thread zentara
On Sat, 22 Dec 2001 09:24:38 +0200, [EMAIL PROTECTED] (Polikarpov Cyrill) wrote: Hi everybody! I have a question - what software is the better for debugin perl-scripts to your opinion? I can't find a prog for myself, so ... Use the ptkdb module. It uses a graphical tk interface, so it's

Perl debugger

2001-12-21 Thread Polikarpov Cyrill
Hi everybody! I have a question - what software is the better for debugin perl-scripts to your opinion? I can't find a prog for myself, so ... -- Sinsirely, Cyrill S. Polikarpov [EMAIL PROTECTED]