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:
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-debugwhile ( ($key, $value) = each %hash ) { print "$key => $value\n"; }
Has anyone found a fix? I am researching it.
|
|---|
| 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 |