Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 22, 2024
1 parent 855af3e commit b2acab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/60-appendix/25-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Breakpoint Debugging
---

In addition to the [`@debug`](../svelte/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.
In addition to the [`@debug`](../svelte/@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.

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

Expand Down

0 comments on commit b2acab8

Please sign in to comment.