-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error only while using the debugger in VSCode #574
Comments
Sorry this took so long to fix. New version coming: JuliaRegistries/General#89435 |
thank you so much - I'll test this right away |
You may want to use |
hello @timholy - quick update on this - the julia-vscode extension has been updaed to use a recent version the Interpreter and the issue has been resolved - thank you so much for your help! |
Thanks for the feedback, that means a lot! |
absolutely - one final question for you - you mentioned that the interpreter is slow - I'm finding the difference to be many orders of magnitude: 10 min while debugging vs 30 seconds to run the same script normally - is there any way to improve on that time? |
Someday, yes, but a game-changing improvement in performance can't happen until a ton of engineering work gets done first. Julia is a difficult language to interpret efficiently, in part because so much of Julia is written in Julia. (It's pretty easy to interpret One trick, though, is that any slow operations that you don't need to step into could be run in "compiled" mode. There are some threads on discourse about this. |
perfect - I'll go throught the threads on Discourse - thank you so much again! |
There's also a bit of documentation here. |
hello - I'm able to run a script in VSCode, but get an error only while using the VSCode debugger - I have shared the details along with a reproducer on the Julia VSCode extension repo here:
julia-vscode/julia-vscode#3349
and one of the contributors was kind enough to look into the error and has ID'ed the root cause as an issue with JuliaInterpreter - the stack trace of the error are in the comment here:
julia-vscode/julia-vscode#3349 (comment)
it'd help us out greatly if we could get some feedback on resolving the issue - thank you so much!
The text was updated successfully, but these errors were encountered: