Julia : How to copy an error message from Juno in Atom?

157 views Asked by At

Sorry for this very basic question but how is it possible to copy an error message from Juno in Atom using Julia. I tried to highlight the message but as soon as i hit CMD + c (on a Mac) the highlighting disappears and nothing is being copied

1

There are 1 answers

2
Przemyslaw Szufel On

I normally paste the command to the Atom Julia console and copy the error message from the console. One advantage of this is that the console displays error message opposed to an Error object displayed by Atom.

However, on Windows this also works: - hold left-mouse button to make the selection, do not release the mouse button - press Ctr+C while still holding the mouse button