# Vs code debugger launch

**URL:** https://discourse.julialang.org/t/vs-code-debugger-launch/53580
**Category:** Tooling
**Tags:** question
**Created:** [January 19, 2021, 3:12am UTC](https://discourse.julialang.org/t/vs-code-debugger-launch/53580 "2021-01-19T03:12:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mkarikom](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkarikom/32/7096_2.png) [@mkarikom](https://discourse.julialang.org/u/mkarikom)
#### Post date: [January 19, 2021, 3:12am UTC](https://discourse.julialang.org/t/vs-code-debugger-launch/53580/1 "2021-01-19T03:12:49Z")

</div>

Is there any way to launch the debugger on single line or REPL command or does it have to be run on the whole file? Something like `Juno.@enter`?

---

<div class="post-metadata">

### Author: ![mkarikom](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkarikom/32/7096_2.png) [@mkarikom](https://discourse.julialang.org/u/mkarikom)
#### Post date: [January 24, 2021, 5:51pm UTC](https://discourse.julialang.org/t/vs-code-debugger-launch/53580/2 "2021-01-24T17:51:12Z")

</div>

[It’s in the docs](https://www.julia-vscode.org/docs/stable/userguide/debugging/#Debugging-code-from-the-REPL-1)
