Squeak was once innovative by giving people more than a dull error message: a debugger and go figure out!
However, nowadays there’s a google, and now it’d rock to copy paste the error message, which is typically served as the title of a debugger window. How can I copy and paste that error message?
The quickest way I know is
window menu > change title > ctrl-c, alas this opens yet another window. The window menu is the second icon on the top left (if you use Squeak standard theme).Might be cool to add a
copy error messagebutton to the error dialog though. Contributions are welcome!