Connecting Tech Pros Worldwide Help | Site Map

Debug problem

  #1  
Old September 25th, 2008, 01:25 PM
AE
Guest
 
Posts: n/a
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
debug problem William LaMartin answers 3 February 20th, 2007 04:05 PM
VS 2005 Debug Problem Pete Kane answers 3 November 8th, 2006 02:15 PM
Debug problem: "The breakpoint will not currently be hit. The specified module has not been loaded" Ole answers 10 August 19th, 2006 09:15 AM
Debug problem with references project caldera answers 1 November 19th, 2005 05:47 AM
Debug Problem with VS.NET - can't find answer PJ answers 2 November 17th, 2005 07:05 PM