perl debugger freezes

Posted by vbNewbie on Stack Overflow See other posts from Stack Overflow or by vbNewbie
Published on 2010-06-11T18:15:20Z Indexed on 2010/06/11 18:52 UTC
Read the original article Hit count: 332

Filed under:

First time perl user and I am trying to debug some script to follow project logic and of course syntax. Using cygwin after entering $perl -d sample.pl Loading DB routines from perl5db.pl version 1.3 Editor support available.

Enter h or h h' for help, orperldoc perldebug' for more help.

main::(sample2.pl:7): looper(); DB<1>

It hangs at the DB<1> line. I cannot enter anything at the prompt.

Is there a reason why this post is inappropriate? or how is this not clear?

© Stack Overflow or respective owner

Related posts about perl