Skip to content

Commit f55d693

Browse files
Alex-Sokolovsdras
authored andcommitted
Update debugging-in-vscode.md (#1662)
1 parent 1a16aa2 commit f55d693

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/v2/cookbook/debugging-in-vscode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ Click on the Debugging icon in the Activity Bar to bring up the Debug view, then
5353

5454
1. Set a breakpoint in **src/components/HelloWorld.vue** on `line 90` where the `data` function returns a string.
5555

56-
![Breakpoint Renderer](/images/breakpoint_set.png)
56+
![Breakpoint Renderer](/images/breakpoint_set.png)
5757

5858
2. Open your favorite terminal at the root folder and serve the app using Vue CLI:
5959

60-
```
61-
npm start
62-
```
60+
```
61+
npm start
62+
```
6363

6464
3. Go to the Debug view, select the **'vuejs: chrome'** configuration, then press F5 or click the green play button.
6565

6666
4. Your breakpoint should now be hit as the new instance of Chrome opens `http://localhost:8080`.
6767

68-
![Breakpoint Hit](/images/breakpoint_hit.png)
68+
![Breakpoint Hit](/images/breakpoint_hit.png)
6969

7070
## Alternative Patterns
7171

0 commit comments

Comments
 (0)