We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Other Editors
1 parent bf36142 commit 4cbf219Copy full SHA for 4cbf219
documentation/docs/60-appendix/25-debugging.md
@@ -43,6 +43,13 @@ Here's an example `launch.json`:
43
44
Further reading: <https://code.visualstudio.com/docs/editor/debugging>.
45
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
53
## Google Chrome and Microsoft Edge Developer Tools
54
55
It's possible to debug Node.js applications using a browser-based debugger.
0 commit comments