Re: [Pharo-project] Debugger Not Feeling Well
On Dec 8, 2011, at 4:01 PM, Sean P. DeNigris wrote:
Sean P. DeNigris wrote
It's working again
Um, I meant feeling better, but not exactly working ;-) The contextual info is not lined up with the selected code as you step through. For example, while stepping through the following:
| candidates | candidates := self eligibleClasses select: [ :e | e category beginsWith: package ]. ^ candidates atRandom.
When "atRandom" is selected, the block is displayed for "stack top". It's only when I press "Over" again that the candidates collection is "stack top", but by that point, the return is selected. I have to press "Over" three more times to return to the calling method. I'm also getting an intermittent "SubscriptOutOfBounds" error while working with the debugger, which sounds very familiar...
can you try to revert the change in #runUntilErrorOrReturnFrom: (file in the attached change): -- Marcus Denker -- http://marcusdenker.de
participants (1)
-
Marcus Denker