Olive.jl
Olive.jl copied to clipboard
Feature suggestion: Redirect from exceptions
Since Olive can print errors, a cool thing to have would be to A good thing to have would be to:
- Click on the filenames in the stacktrace and it opens that file in a pane in Olive, possibly directly on the given line number
- If the file is already open, just point to the appropriate cell and line number
Since Olive can print errors, a cool thing to have would be to A good thing to have would be to:
- Click on the filenames in the stacktrace and it opens that file in a pane in Olive, possibly directly on the given line number
- If the file is already open, just point to the appropriate cell and line number
Ooooo, I like this, this would go nicely with the new Project/environment (and sub-projects which would go perfectly with this). I will milestone it!
Here is my idea for an approach to this, here is the StackFrame documentation: https://docs.julialang.org/en/v1/base/stacktraces/ We simply create a stack frame inside of the evaluation module, should be really straightforward :)