hernanwilkinson / Cuis-Smalltalk-DenotativeObject

MIT License
7 stars 4 forks source link

More descriptive error for debugger #33

Closed ericbrandwein closed 5 years ago

ericbrandwein commented 5 years ago

When the message that is being debugged is not sent to a DenotativeObject, the Editor shows a 'Can not debug' message, which is a little unhelpful. This commit changes to the minimally more helpful 'Cannot debug a message to something that isn't a DenotativeObject.'.

hernanwilkinson commented 5 years ago

Integrated with some minor changes. Thank you Eric!