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...

Sean

--
View this message in context: 
http://forum.world.st/Debugger-Not-Feeling-Well-tp4171698p4173033.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to