# Extremely slow debugging in VS Code

**URL:** https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762
**Category:** New to Julia
**Tags:** question, debugging, vscode
**Created:** [January 14, 2025, 1:18pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762 "2025-01-14T13:18:14Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [January 14, 2025, 7:13pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/21 "2025-01-14T19:13:14Z")

</div>

Is the VSCode plugin based on Interpreter.jl ? The remark “unoffical workaround” was referring to Infiltrator.jl which is a very different piece of SW.

---

<div class="post-metadata">

### Author: ![tt1234567](https://avatars.discourse-cdn.com/v4/letter/t/dec6dc/32.png) [@tt1234567](https://discourse.julialang.org/u/tt1234567)
#### Post date: [January 14, 2025, 7:51pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/22 "2025-01-14T19:51:17Z")

</div>

> [@p\_f](#):
>
> Hi MathMan, when you added `ALL_MODULES_EXCEPT_MAIN`, did you click “Apply default compiled modules/functions”? Found in the “Run and debug” tab in vscode:

Sorry to butt in, but I never knew about the “Apply default compiled modules/functions” bit. Suddenly the debugger is usable - thanks!

---

<div class="post-metadata">

### Author: ![Nathan\_Boyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nathan_boyer/32/14825_2.png) [@Nathan\_Boyer](https://discourse.julialang.org/u/Nathan_Boyer)
#### Post date: [January 14, 2025, 8:22pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/23 "2025-01-14T20:22:13Z")

</div>

The `ALL_MODULES_EXCEPT_MAIN` method has never worked for me outside of standalone scripts though.

> <https://github.com/julia-vscode/julia-vscode/issues/3335#issuecomment-1847593148>
>
> I cannot figure out how to compile everything except the functions defined in my… package, and I imagine that is the most useful debugging configuration for everyone.
> 
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/ea6843dd-dfd7-4aa3-9669-f4ba04e32426)
> 
> \- The \[documentation \](https://www.julia-vscode.org/docs/latest/userguide/debugging/#Compile-mode) is minimal and outdated.
> \- The red Enable Compiled Mode button does not change anything when I click it. (Remains a red dot. Lists below do not change.)
> \- There is a GIGANTIC list of modules under All even though I've only loaded my package. (I assume these are nested dependencies of my package, but how can I manage all of these?)
> \- There are two different \`+\` buttons next to each module under All which appear to do the exact same thing. (Both switch mode of everything under the dropdown arrow.)
> \- I see no way to batch select multiple modules for compilation. (Clicking each one individually would take forever.)
> \- Following the instructions under the main \`+\` button next to the red dot also did not work. (Only the explicitly typed-out module was added: none of its dependencies.)
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/5589cc68-6799-4a1f-81ea-32db7f1aa2eb)
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/ff4d26eb-1cbc-4bec-899b-87e9f2ff2242)
> 
> 
> 
> Please add more common shortcuts under the three dots menu, so I don't have to manually add every submodule.
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/2142a607-6fbd-4258-9bac-cca6ea1cc6d9)
> 
> 
> I tried to debug with the "default compiled modules/functions", but my breakpoint was not reached even after 3 hours. The same function call runs natively in 30 seconds.
> 
> What am I supposed to do if I can't reach my breakpoint in default mode and don't want to click hundreds of plus buttons to compile all the submodules?

---

<div class="post-metadata">

### Author: ![p\_f](https://avatars.discourse-cdn.com/v4/letter/p/45deac/32.png) [@p\_f](https://discourse.julialang.org/u/p_f)
#### Post date: [January 14, 2025, 9:17pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/24 "2025-01-14T21:17:55Z")

</div>

Are you sure the modules are actually interpreted? For me, all the modules are listed as interpreted under “All”, but they are not. E.g. `Plots` is listed there, but if I put a breakpoint in the `plot` function, it doesn’t work. If I remove `ALL_MODULES_EXCEPT_MAIN` from “Compiled”, the breakpoint works.

And this setup for my own package seems to work:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/c/2/c21f625676000e3d136b399ee069e2d35fbad3bc.png)

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 14, 2025, 10:35pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/25 "2025-01-14T22:35:27Z")

</div>

> [@DNF](#):
>
> I also find the vs code debugger exceptionally slow at the moment, and crashing a lot.

Yep, me too. Crashing frequency and non-stoping-at-breakpoints (or keep stopping on cleared ones) seems to have increased over time.

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 14, 2025, 10:42pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/26 "2025-01-14T22:42:05Z")

</div>

> [@MatthijsCox](#):
>
> A debugger is just one tool in a programmers toolkit.

As it has been stated several times in past reincarnations of this discussion, a debugger a **lot more** than just a debugging tool. It’s a tool to understand code flows. I simply can’t understand how people can pretend that testing or variations of _printf_ are alternatives.

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [January 14, 2025, 11:28pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/27 "2025-01-14T23:28:25Z")

</div>

I did recently fix a few more bugs in the VS Code link to the debugger, but I can’t push it out at the moment because there is another part in the extension that needs a few more bug fixes before I can tag a new prerelease build.

I think there are broadly two “big” ideas on the table at the moment how the debugger could be made more performant for good. One is to stick with the basic current design of an interpreter, but make some drastic changes to how it works to make it faster. I think [WIP: a new serialization format for optimizing & executing lowered IR by timholy · Pull Request #309 · JuliaDebug/JuliaInterpreter.jl · GitHub](https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/309) was the start of something along those lines. The other big idea is to go more in the direction of other native-code debuggers, i.e. probably something like emit a debug version of the compiled code, and then work with that (maybe with similar tricks of handling breakpoints etc as a native code debugger). AFAIK there is no one working on either of those options at the moment.

The other question is whether there are more short-term things one could do to improve the situation. One reason debuggers in interpreted languages like Python have a much better out-of-the-box experience is that they automatically have pretty sensible defaults in terms of which code parts to “skip” from debugging: if you read a CSV file from Python, most likely that code is written in C, and the interpreter debugger won’t try to step through that, but just run the compiled version of that. In Julia most things are written in Julia itself, so we don’t have these “pretty reasonable” points in the code where one jumps out of the interpreter and just runs a compiled version of things. But maybe we could improve that situation: one option might be that in DebugAdapter.jl we just keep a list of methods in popular packages that should be compiled. Or maybe a package could somehow itself declare which methods should be added to the list of compiled methods. It might well be that if we can by default have things like file loading etc compiled that the entire experience would be quite a bit better for newcomers.

---

<div class="post-metadata">

### Author: ![joa-quim](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joa-quim/32/227_2.png) [@joa-quim](https://discourse.julialang.org/u/joa-quim)
#### Post date: [January 14, 2025, 11:50pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/28 "2025-01-14T23:50:11Z")

</div>

Don’t know if in the same spirit of the list of compiled methods but one thing I find very annoying is that when stepping into functions (F11) I have to keep going to “Step into target” because otherwise I have to keep pressing F11 lots of times till it consumes all function arguments that call other Julia code. If that could be avoided, that is a F11 always go directly to the function, that would skip also potentially quite a lot of visited code.

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [January 15, 2025, 1:10am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/29 "2025-01-15T01:10:00Z")

</div>

> [@joa-quim](#):
>
> one thing I find very annoying is that when stepping into functions (F11) I have to keep going to “Step into target” because otherwise I have to keep pressing F11 lots of times till it consumes all function arguments that call other Julia code.

I agree, but that is really a design choice of the VS Code debugger UI… There is a feature where you can right click in the source (while the debugger is paused) and select `Step Into Target` and then select which function call exactly you want to step into. But that is well hidden, cumbersome and also we don’t exactly generate the most readable list there 😉

Maybe another small fix could be an option to never step into the `getproperty` method that just calls `getfield`, that is where this annoys me the most…

---

<div class="post-metadata">

### Author: ![Benny](https://avatars.discourse-cdn.com/v4/letter/b/49beb7/32.png) [@Benny](https://discourse.julialang.org/u/Benny)
#### Post date: [January 15, 2025, 2:27am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/30 "2025-01-15T02:27:41Z")

</div>

> [@MathMan](#):
>
> I don’t want to use an unofficial workaround

If the implication is that the Julia extension for VS Code is official, then AFAIK that’s not the case; the debugger in REPL mode is not part of Julia’s standard library. As notable as it is, it seems to be as separately developed as other third-party libraries.

> [@MathMan](#):
>
> I can’t live without a debugger. How do you check if your programming logic works as intended?

An interactive REPL can execute function calls one at a time, just like a debugger can. Along with printf debugging, you can get and change targeted information. Not at all the same as a fully featured source debugger program, even one that’s not attached to an IDE. Infiltrator also differentiates itself from “actual debuggers.”

> [@ufechner7](#):
>
> the debugger executes the Julia code in interpreter mode, and this interpreter is not much optimized

> [@MathMan](#):
>
> Yeah but then it should be at least as fast as MATLAB

Thing is MATLAB’s runtime is not mostly interpreted. It has a JIT compiler to help, and core numeric routines are compiled from C/C++ that you’ll never see. Python doesn’t have a JIT (not by default anyway), but number crunching tends to be compiled from C, too. Their debuggers greatly benefit from stepping over other languages. Julia has a core compiled from C, but the number crunching tends to be implemented in Julia; the plus is we can often step much more deeply into code, the minus is we can’t compile code we step into or put breakpoints in because compilation doesn’t preserve the source’s structure. Bugs aside, [compile mode](https://www.julia-vscode.org/docs/stable/userguide/debugging/#Compile-mode) and [excluding packages from interpretation](https://www.julia-vscode.org/docs/stable/userguide/debugging/#Settings-to-speed-up-the-debugger) are designed to promise the debugger that we won’t pause some calls, even if we had set breakpoints in their methods, so it can run compiled code instead; in a way, it’s the inverse of compiled code being unapproachable by interactive source debuggers.

---

<div class="post-metadata">

### Author: ![MatthijsCox](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/matthijscox/32/42831_2.png) [@MatthijsCox](https://discourse.julialang.org/u/MatthijsCox)
#### Post date: [January 15, 2025, 8:20am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/31 "2025-01-15T08:20:05Z")

</div>

> in a way, it’s the inverse of compiled code being unapproachable by interactive source debuggers.

I suppose this hits at the heart of the controversy (thus spawning plenty of debugger discussion on this forum):

1. The state of debugging (and code flow analysis) in Julia is confusing to beginners, and still frustrating to plenty of experienced Julians.
2. Julia is a very transparent language allowing people to explore deep into its bowels, while striking a balance between compiled and interpreted languages (as originally promised).

Both statements are valid and not mutually exclusive. People are trying to defend both points of view here. I think 1. can be improved while keeping 2. in place. @davidanthoff shows there are ideas to achieve that and he clearly could use your help. Hopefully the attention of discussions like these will lead to that support materializing at some point.

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [January 15, 2025, 8:27am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/32 "2025-01-15T08:27:27Z")

</div>

> [@p\_f](#):
>
> And this setup for my own package seems to work:
> 
> ![image](https://global.discourse-cdn.com/julialang/original/3X/c/2/c21f625676000e3d136b399ee069e2d35fbad3bc.png)

I really don’t understand this part of the gui. It looks to me like you have lots of stuff that is running interpreted. I mean the list under ‘All’: AliasTables, ArgTools, etc. even Base. It says ‘Base interpreted’. And why is ‘testpkg’ listed under ‘Compiled’, when it clearly says ‘interpreted’ next to it?

For me, it looks like this

 ![image](https://global.discourse-cdn.com/julialang/original/3X/e/3/e3175560c4c270e037cb470d73f77d827f96fc74.png)  
It _says_ ‘Base compiled (all)’, but underneath, there’s a huge list of low-level functions that are apparently ‘interpreted’. And in settings.json, these are listed under “julia.debuggerDefaultCompiled” as default exceptions to being compiled. I understand I can change it, but why would `_collect` and `!` be excluded by default?

Furthermore, there’s this thing:  
 ![image](https://global.discourse-cdn.com/julialang/original/3X/4/5/4509ba15b3137592cbfdf86530e0de3ed0f7e7d2.png)  
 ![image](https://global.discourse-cdn.com/julialang/original/3X/2/5/2548f1e10b11ee54d13900eb0a42c5fe7d12a672.png)  
Which of the above means that compiled mode is enabled? I wish it would say  
“Julia: Compiled mode **enabled** ”  
and  
“Julia: Compiled mode **disabled** ”  
because now, I _think_ the filled circle means that it’s enabled, but it looks like it means ‘Click to enable compiled mode’.

At any rate, whether the disc is filled or empty I cannot tell any difference in debugging speed, and the debugger steps into every low level `convert`, `merge(::NamedTuple)` etc. etc. either way.

The good news is that the debugger is much more snappy after a full reboot, but unfortunately crashes if I try to run anything in the debug console.

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [January 15, 2025, 8:37am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/33 "2025-01-15T08:37:42Z")

</div>

Just to continue on this:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/0/2/02246a99f913c2d6f4ec90eff3fe5a88e0a4366d.png)

It says ‘Base compiled (all)’, but not all are compiled.

Then it says ‘Core compiled’, does this mean _not_ everything in Core is compiled? And what is the difference between ‘compiled’ and ‘compiled (all)’, when the latter doesn’t actually mean that everything is compiled?

Presumably, much of this is due to the vs code interface, and is hard to do anything about in the julia plugin.

---

<div class="post-metadata">

### Author: ![karei](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/karei/32/214809_2.png) [@karei](https://discourse.julialang.org/u/karei)
#### Post date: [January 15, 2025, 9:42am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/34 "2025-01-15T09:42:41Z")

</div>

JULIA: COMPILED CODE → All is really confusing, because a bunch of modules ,even Base, are shown as “interpreted”. This post below raises the same issue, and I hope it gets attention.

> <https://github.com/julia-vscode/julia-vscode/issues/3335#issuecomment-1847593148>
>
> I cannot figure out how to compile everything except the functions defined in my… package, and I imagine that is the most useful debugging configuration for everyone.
> 
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/ea6843dd-dfd7-4aa3-9669-f4ba04e32426)
> 
> \- The \[documentation \](https://www.julia-vscode.org/docs/latest/userguide/debugging/#Compile-mode) is minimal and outdated.
> \- The red Enable Compiled Mode button does not change anything when I click it. (Remains a red dot. Lists below do not change.)
> \- There is a GIGANTIC list of modules under All even though I've only loaded my package. (I assume these are nested dependencies of my package, but how can I manage all of these?)
> \- There are two different \`+\` buttons next to each module under All which appear to do the exact same thing. (Both switch mode of everything under the dropdown arrow.)
> \- I see no way to batch select multiple modules for compilation. (Clicking each one individually would take forever.)
> \- Following the instructions under the main \`+\` button next to the red dot also did not work. (Only the explicitly typed-out module was added: none of its dependencies.)
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/5589cc68-6799-4a1f-81ea-32db7f1aa2eb)
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/ff4d26eb-1cbc-4bec-899b-87e9f2ff2242)
> 
> 
> 
> Please add more common shortcuts under the three dots menu, so I don't have to manually add every submodule.
> !\[image\](https://github.com/julia-vscode/julia-vscode/assets/65452054/2142a607-6fbd-4258-9bac-cca6ea1cc6d9)
> 
> 
> I tried to debug with the "default compiled modules/functions", but my breakpoint was not reached even after 3 hours. The same function call runs natively in 30 seconds.
> 
> What am I supposed to do if I can't reach my breakpoint in default mode and don't want to click hundreds of plus buttons to compile all the submodules?

---

<div class="post-metadata">

### Author: ![Lior\_Assouline](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lior_assouline/32/35564_2.png) [@Lior\_Assouline](https://discourse.julialang.org/u/Lior_Assouline)
#### Post date: [January 15, 2025, 10:27am UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/35 "2025-01-15T10:27:05Z")

</div>

Without reducing the importance of concerns of what the OP says (they are! especially for newcomers) I found that not having a viable debugger made me develop an extensive set of unit tests for every little function (anb keep them small and simple) and implicitly a better programmer … Just saying … 🙂 - but I do remember an impossible to work with Debugger and wish I had the knowledge to help in some way

---

<div class="post-metadata">

### Author: ![p\_f](https://avatars.discourse-cdn.com/v4/letter/p/45deac/32.png) [@p\_f](https://discourse.julialang.org/u/p_f)
#### Post date: [January 15, 2025, 12:51pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/36 "2025-01-15T12:51:28Z")

</div>

I haven’t actually used the debugger much, so worried I’m talking above my pay grade here, but from my testing just now:

It seems that if you add `ALL_MODULES_EXCEPT_MAIN` to your “Compiled” section, then that takes precedence over everything listed under “All”. So you can just ignore everything under “All”.

If I have a package `testpkg` that depends on `testpkg2`, and my “Compiled” section looks like this (I’ve added `ALL_MODULES_EXCEPT_MAIN` and `-testpkg`):

 ![image](https://global.discourse-cdn.com/julialang/original/3X/1/7/17c1653d03e7b63a8de3a0bdccd6f9e0b27bd895.png)  
then breakpoints in `testpkg` work, but breakpoints in `testpkg2` do not, and I can’t step into a function from `testpkg2`.

I agree the interface is strange and confusing, but things seem to be working okay for me.

---

<div class="post-metadata">

### Author: ![tt1234567](https://avatars.discourse-cdn.com/v4/letter/t/dec6dc/32.png) [@tt1234567](https://discourse.julialang.org/u/tt1234567)
#### Post date: [January 15, 2025, 12:56pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/37 "2025-01-15T12:56:24Z")

</div>

> [@DNF](#):
>
> It _says_ ‘Base compiled (all)’, but underneath, there’s a huge list of low-level functions that are apparently ‘interpreted’. And in settings.json, these are listed under “julia.debuggerDefaultCompiled” as default exceptions to being compiled. I understand I can change it, but why would `_collect` and `!` be excluded by default?

I’ve only tried using the debugger again after reading this thread. What worked for me is editing the json file as described in the manual, i.e. adding `ALL_MODULES_EXCEPT_MAIN` as well as the individual modules to keep as `interpreted`. You seem to have to restart VSCode after making changes. The modules under `All` still seem to be marked as `interpreted` but the debugger steps over them anyway.

I also seem to have to reload a function if I’ve added/removed breakpoints (I usually run @run from the REPL).

I wish I’d known all this a week ago when I was trying to debug my beamformer processing.

I’d like to add a thank-you to the maintainers - this must be a very difficult thing to develop!

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [January 15, 2025, 4:19pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/38 "2025-01-15T16:19:51Z")

</div>

Do you know if there is any way to add the exception (`testpkg`) other than by editing the settings.json file?

---

<div class="post-metadata">

### Author: ![p\_f](https://avatars.discourse-cdn.com/v4/letter/p/45deac/32.png) [@p\_f](https://discourse.julialang.org/u/p_f)
#### Post date: [January 15, 2025, 4:26pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/39 "2025-01-15T16:26:58Z")

</div>

Yeah, click the + by “Julia: Compiled Code” in the “Run and debug” tab, and type “-testpkg”

edit: also accessible via command palette under “Julia: add symbol to compiled modules/functions”

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [January 15, 2025, 4:31pm UTC](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762/40 "2025-01-15T16:31:20Z")

</div>

Oh, the old “add minus” 😁

It’s not super obvious that adding a ‘negated module’ to the compiled list is different from _removing_ it from the list of compiled modules by clicking ‘-’, but I shouldn’t expect everything to be intuitively discoverable, I guess😅

[Previous page](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762.md?page=1)

[Next page](https://discourse.julialang.org/t/extremely-slow-debugging-in-vs-code/124762.md?page=3)
