# VSCode Debugger bugs (are these known issues?)

**URL:** https://discourse.julialang.org/t/vscode-debugger-bugs-are-these-known-issues/119790
**Category:** Tooling
**Tags:** debug, debugging, debugger
**Created:** [September 24, 2024, 6:17am UTC](https://discourse.julialang.org/t/vscode-debugger-bugs-are-these-known-issues/119790 "2024-09-24T06:17:44Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Arlo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/arlo/32/211461_2.png) [@Arlo](https://discourse.julialang.org/u/Arlo)
#### Post date: [September 26, 2024, 12:28am UTC](https://discourse.julialang.org/t/vscode-debugger-bugs-are-these-known-issues/119790/3 "2024-09-26T00:28:29Z")

</div>

Julia 1.10.5

This is in a new project, only added `Revise`, `Infiltrator`

Another person encountered the only can `@run` once per session bug:

> [@Debug only running once in VSCode](https://discourse.julialang.org/t/debug-only-running-once-in-vscode/119881):
>
> When I use @run at the VSCode Julia REPL to start a debug session it works fine the first time it is called. But every subsequent time it just spins and the debug session never gets started. I have to kill the REPL and make a new terminal to get it to start again. This started happening a while ago. How can I fix it? If I ctrl-C the @run I get this stack trace: julia\> @run make\_function([f],[d]) ^C ERROR: InterruptException: Stacktrace: [1] try\_yieldto(undo::typeof(Base.ensure\_rescheduled)) …

---

_[View the full topic](https://discourse.julialang.org/t/vscode-debugger-bugs-are-these-known-issues/119790)._
