Skip to content

Commit 5585533

Browse files
committed
chore: address feedback
1 parent c3ca647 commit 5585533

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2-
title: Breakpoint Debugging
2+
title: Debugging
33
---
44

5-
In addition to the [`@debug`](https://svelte.dev/docs/special-tags#debug) tag, you can also debug Svelte and SvelteKit projects using breakpoints within various tools and development environments. This includes both frontend and backend code.
5+
In addition to the [`@debug`](https://svelte.dev/docs/special-tags#debug) tag
6+
and [Svelte Inspector](https://github.com/sveltejs/vite-plugin-svelte/blob/8bd5a0022f5dfa8ccedfa30f6f28c6e95c690efb/docs/inspector.md), you can also debug Svelte and SvelteKit projects using breakpoints within
7+
various tools and development environments. This includes both frontend and
8+
backend code.
69

710
The following guides assume your JavaScript runtime environment is Node.js.
811

@@ -32,7 +35,7 @@ Here's an example `launch.json`:
3235
"version": "0.2.0",
3336
"configurations": [
3437
{
35-
"command": "npm start",
38+
"command": "npm run dev",
3639
"name": "Run npm start",
3740
"request": "launch",
3841
"type": "node-terminal"

0 commit comments

Comments
 (0)