[squeak-smalltalk/squeak-object-memory] "Expression answered nil!!" during debugger "run until" from a context that is about to return (Issue #170)
Christoph Thiede via Squeak-dev <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <squeak-smalltalk/squeak-object-memory/issues/[email protected]> |
LinqLover created an issue (squeak-smalltalk/squeak-object-memory#170) STR: Debug it: ```smalltalk 'Hi' detect: [:ea | ea isLowercase]. 1+3 ``` Step through into the block and over `isLowercase` Run until... > `false` > `expression false answered nil!!` Expected: Should instead do nothing or show a more meaningful dialog. Maybe in general show a more meaningful dialog when run until terminates at the end of the context without finding anything. -- Reply to this email directly or view it on GitHub: https://github.com/squeak-smalltalk/squeak-object-memory/issues/170 You are receiving this because you are subscribed to this thread. Message ID: <squeak-smalltalk/squeak-object-memory/issues/[email protected]> Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]