diff --git a/docs/community/training/debugging/using-a-debugger.md b/docs/community/training/debugging/using-a-debugger.md index 7aa5ca41..09296ff3 100644 --- a/docs/community/training/debugging/using-a-debugger.md +++ b/docs/community/training/debugging/using-a-debugger.md @@ -85,7 +85,7 @@ They cover: !!! tip "Interactive debugger sessions" If your editor supports running a debugger, **use this feature!** - See these examples for [RStudio](https://support.posit.co/hc/en-us/articles/205612627-Debugging-with-the-RStudio-IDE), [PyCharm](https://www.jetbrains.com/pycharm/features/debugger.html), and [Spyder](https://docs.spyder-ide.org/current/panes/debugging.html). + See these examples for [RStudio](https://support.posit.co/hc/en-us/articles/205612627-Debugging-with-the-RStudio-IDE), [PyCharm](https://www.jetbrains.com/pycharm/features/debugger.html), [Spyder](https://docs.spyder-ide.org/current/panes/debugging.html), and [VS Code](https://code.visualstudio.com/docs/editor/debugging). === "Python debugger"