Skip to content

Commit 9822bf2

Browse files
author
Rich Harris
committed
add note
1 parent a0e11d9 commit 9822bf2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/11-special-tags/01-debug

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/11-special-tags/01-debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ One approach is to use `console.log(...)` inside your markup. If you want to pau
1313
<h1>Hello {user.firstname}!</h1>
1414
```
1515

16-
If you now open your devtools and start interacting with the `<input>` elements, you'll trigger the debugger as the value of `user` changes.
16+
If you now open your devtools and start interacting with the `<input>` elements, you'll trigger the debugger as the value of `user` changes. (Note that the call stack and local variables will be hidden in this tutorial, because of iframe security restrictions.)

0 commit comments

Comments
 (0)