Skip to content

Commit

Permalink
Add a link to VS Code's debugger page
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Aug 26, 2024
1 parent 3a8d500 commit 4ae5f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/training/debugging/using-a-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ae5f26

Please sign in to comment.