tode icon indicating copy to clipboard operation
tode copied to clipboard

MNU from TDDebugger>>#dbContinue

Open rjsargent opened this issue 8 years ago • 3 comments

I was running the RB tests, with a conditional #halt in #allClassesDo:. I decided to remove the halt, since it was firing too often for me to be able to run the whole suite. I editted and saved the method, then selected Continue from the debugger stack window.

After several seconds (5-10?), a new debugger opened. It appears that the result returned from the client forwarder was the Boolean true, not a STON string. Needless to say, a Boolean does not understand #decodeFromUTF8.

I have no idea if this is reproducible.

rjsargent avatar Jun 02 '16 16:06 rjsargent

The error is NOT obviously reproducible.

rjsargent avatar Jun 02 '16 17:06 rjsargent

could you slap the png into this bug so I have something to go on when I debug it ... I have an inkling about where the boolean might be coming from, but I need at least a partial stack to track it down ...

On 06/02/2016 10:54 AM, Richard Sargent wrote:

The error is NOT obviously reproducible.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dalehenrich/tode/issues/271#issuecomment-223370020, or mute the thread https://github.com/notifications/unsubscribe/AAmFTxia1-6lZhs-BEAQ_YoBxio7HxbJks5qHxjCgaJpZM4IswsT.

dalehenrich avatar Jun 02 '16 17:06 dalehenrich

Attached screen print showing original stack and debugger stack.

todescreenprint

rjsargent avatar Jun 02 '16 22:06 rjsargent