We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c26b1 + 6796b36 commit 91ae261Copy full SHA for 91ae261
examples/README.md
@@ -47,7 +47,7 @@ Try these steps:
47
5. Find the variable `i` in the Variables list, right click it and select
48
**Add to Watch**. The variable should appear in the **Watch** pane now.
49
6. Hover over the title of the **Watch** pane and some buttons should appear.
50
- Click the plus sign `+` button and type `str` then press enter.
+ Click the plus sign `+` button and type `$str` then press enter.
51
7. Back in the editor, click to the left of line 10 to set a breakpoint there.
52
8. Click the green **Play** button or press `F5` to continue execution.
53
9. Observe that every time the breakpoint is hit, the watch variables get updated.
0 commit comments