Worksheet error output
I was wondering if there is an option to output the compiler error details when running a scala worksheet? I can't seem to get any output from the run messages window (like you would under a normal compilation).
I do have the normal red underline from Idea, which might be good enough if that's all we can get.
Thanks!
Please sign in to leave a comment.
Worksheet is not a compiler, it's script interpreter. So all errors, will be from Scala interpreter in right editor.
Best regards,
Alexander Podkhalyuzin.