cursive
cursive copied to clipboard
Inline exception messages are truncated
Here I've got a test that throws an exception with a quite long message. It's not possible to see the whole thing! (well, If you copy paste it somewhere else it works)
I'm on 2025.2-eap2-251 but this was there in the previous version too.
Side note - even when/if this is fixed, I really wish it was possible to print exceptions to the REPL, as things used to work some versions back. In my particular workflow, I run my test using a keyboard shortcut. It has an exception. I now need to
- find where red marker of error in the file
- press alt+enter
- press enter again
- look at the error in a small box.
Just plopping the whole thing in the REPL was much nicer in these cases.
Thanks for a great product btw!