Skip to content

Commit 4cbf219

Browse files
authored
docs: add Other Editors section to debugging documentation (#12371)
* docs: add `Other Editors` section to debugging documentation * chore: use proper name for vscode * chore: reword to something less defensive
1 parent bf36142 commit 4cbf219

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/docs/60-appendix/25-debugging.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ Here's an example `launch.json`:
4343

4444
Further reading: <https://code.visualstudio.com/docs/editor/debugging>.
4545

46+
## Other Editors
47+
48+
If you use a different editor, these community guides might be useful for you:
49+
50+
- [WebStorm Svelte: Debug Your Application](https://www.jetbrains.com/help/webstorm/svelte.html#ws_svelte_debug)
51+
- [Debugging JavaScript Frameworks in Neovim](https://theosteiner.de/debugging-javascript-frameworks-in-neovim)
52+
4653
## Google Chrome and Microsoft Edge Developer Tools
4754

4855
It's possible to debug Node.js applications using a browser-based debugger.

0 commit comments

Comments
 (0)