in reply to Re: Komodo IDE debug gets stuck in while loop when single stepping through
in thread Komodo IDE debug gets stuck in while loop when single stepping through

Guys, I have encountered the same problem, both in Padre and in EPIC on Eclipse. To put in succinctly: when single-stepping through a "while - each -hash" loop:

while ( ($key, $value) = each %hash ) { print "$key => $value\n"; }
the debugger gets into an infinite loop, and does not advance the iterator. I found out that this problem has been already mentioned here (in 2006): using-each-hash-debug

Has anyone found a fix? I am researching it.

  • Comment on Re^2: Komodo IDE debug gets stuck in while loop when single stepping through
  • Download Code

Replies are listed 'Best First'.
Re^3: Komodo IDE debug gets stuck in while loop when single stepping through
by Anonymous Monk on Jun 02, 2012 at 09:20 UTC

    Guys, I have encountered the same problem ...

    I doubt it

    The bug report is marked as resolved