in reply to Problem in setting a breakpoint while debugging a perl script using eclipse

When debugging Perl, your very best friend is "print".

It sounds like you have a problem where you are calling a subroutine from main and it doesn't work out. Can you list your code in a simple fashion? Some input, some code and some ouput?

  • Comment on Re: Problem in setting a breakpoint while debugging a perl script using eclipse