in reply to Re: Infinite loop with each
in thread Infinite loop with each

I am pretty sure the debugger is reading the contents of %some_hash. Because EPIC debugger uses padwalker module to take a look into lexical variables. It displays the variables in a window and at every step of the debugging, that window is refreshed.

What is the best way to debug perl? Even such simple debugging is creating problems of its own. I just need to see variables at every step, and I need to know what the program does in each step. In that code for ex, the stepping is not working properly either, I cannot see the statement inside the while condition being executed.

I'm just looking for a GUI based IDE that is easy to use so I can focus on my code rather than peculiarities of debugger.

Replies are listed 'Best First'.
Re^3: Infinite loop with each
by ysth (Canon) on Jun 05, 2008 at 04:39 UTC

      There is a pretty good chance that the "built in Perl debugger" is the one that epic is leveraging to provide debugging in Eclipse.


      Perl is environmentally friendly - it saves trees