Skip to content
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 suggestion: Redirect from exceptions #55

Open
VarLad opened this issue Mar 19, 2023 · 2 comments
Open

Feature suggestion: Redirect from exceptions #55

VarLad opened this issue Mar 19, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@VarLad
Copy link

VarLad commented Mar 19, 2023

Since Olive can print errors, a cool thing to have would be to
A good thing to have would be to:

  1. Click on the filenames in the stacktrace and it opens that file in a pane in Olive, possibly directly on the given line number
  2. If the file is already open, just point to the appropriate cell and line number
@emmaccode emmaccode added the enhancement New feature or request label Mar 20, 2023
@emmaccode
Copy link
Member

Since Olive can print errors, a cool thing to have would be to A good thing to have would be to:

  1. Click on the filenames in the stacktrace and it opens that file in a pane in Olive, possibly directly on the given line number
  2. 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!

@emmaccode emmaccode added this to the 0.0.9 Release milestone Mar 20, 2023
@emmaccode
Copy link
Member

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants