Connecting Tech Pros Worldwide Help | Site Map

Debug problem

AE
Guest
 
Posts: n/a
#1: Sep 25 '08
I try to debug a program, but I am not able to display local variables.

This is not working

main::(./mailsjekk.pl:560): my $profilefile = 'd:/file';
DB<1s
main::(./mailsjekk.pl:569): my $imap = &connectImap();
DB<1X profilefile
DB<2>

This is working, but here is my $profilefile = 'd:/file'; changed to
$profilefile = 'd:/file';

main::(./mailsjekk.pl:561): $profilefile = 'd:/file';
DB<1s
main::(./mailsjekk.pl:570): my $imap = &connectImap();
DB<1X profilefile
$profilefile = 'd:/file'
DB<2>

Could anybody help me?



Closed Thread