-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add backtrace information to RemoteException
#66
Comments
I found the location which needs to be changed: Line 80 in 34e6226
Probably it is easiest to directly transform it to a string like it is done in a similar place Lines 126 to 128 in 34e6226
Or altrnatively delete the sprint transformations early on and do it during construction of |
The exception needs to be deserializable on the "main" process which is why we convert to string. |
I am currently trying to figure out where this bug #65 comes from.
Unfortunately, Malt.jl misses to print stacktraces. Pluto has perfect support for stacktraces, but Malt misses them. It's a pity which will cause me at least a full working day of work...
Maybe you can copy the logic from Pluto.PlutoRunner.CapturedException?
The text was updated successfully, but these errors were encountered: