pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

report line number of julia exception

Open bernstei opened this issue 1 year ago • 3 comments

It would be very helpful if julia.Main.eval(str) reported the line number in the code string that raised the exception, as opposed to just repeating back the whole string. Is there any way to extract that information from the julia exception so it can be printed in julia.core.py::check_exception?

bernstei avatar Mar 03 '23 22:03 bernstei