Skip to content

Commit cff200d

Browse files
authored
Update src/content/docs/workers/observability/dev-tools/breakpoints.mdx
1 parent d35d27c commit cff200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/dev-tools/breakpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To setup VS Code for breakpoint debugging in your Worker project:
5050

5151
Breakpoint debugging in `wrangler dev` using `--remote` could extend Worker CPU time and incur additional costs since you are testing against actual resources that count against usage limits. It is recommended to use `wrangler dev` without the `--remote` option. This ensures you are developing locally.
5252

53-
Additionally note that if you are debugging using `--remote` you cannot use code minification as the debugger will be unable to find vars when stopped at a breakpoint. Do not set minify to `true` in wrangler.toml/.json.
53+
If you are debugging using `--remote`, you cannot use code minification as the debugger will be unable to find vars when stopped at a breakpoint. Do not set minify to `true` in your Wrangler configuration file.
5454

5555
:::
5656

0 commit comments

Comments
 (0)