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

Improve debugging performance #1880

Closed
timholy opened this issue Jan 23, 2021 · 3 comments · Fixed by #1888
Closed

Improve debugging performance #1880

timholy opened this issue Jan 23, 2021 · 3 comments · Fixed by #1888

Comments

@timholy
Copy link

timholy commented Jan 23, 2021

https://discourse.julialang.org/t/debugging-in-juno-extremely-slow/53801/4?u=tim.holy suggests a way that might be useful for many users. The suggestion later in the thread to put this under control of a checkbox seems to make sense.

@davidanthoff
Copy link
Member

I think we could probably add another checkbox here:

image

where we already have the "Compiled Mode" toggle. We could just add some toggles for base there.

OR, we could go really fancy, and show a complete tree view of every loaded module with a checkbox for every single one that allows a user to toggle them individually. Problem is that I don't think we could add that to the debug UI, it would have to live in the Julia (whatever the word is), so it would be a bit of a weird UI experience... So maybe we should not do that at the moment...

@pfitzseb
Copy link
Member

pfitzseb commented Jan 24, 2021

We can add views to the debug view container if I read this correctly.

@pfitzseb pfitzseb transferred this issue from julia-vscode/DebugAdapter.jl Jan 24, 2021
@davidanthoff
Copy link
Member

Ah, that opens up an entire new world :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants