File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -80,21 +80,28 @@ Run your application using the following commands:
80
80
** Windows & Linux**
81
81
82
82
Run code: Ctrl + F5
83
- Run with debugging: F5 or Run > Start Debugging.
83
+
84
+ Run with debugging: F5 or Run > Start Debugging
85
+
84
86
Stop debugging: Shift + F5
87
+
85
88
Restart debugging: Ctrl + Shift + F5
86
89
87
90
** MacOS**
88
91
89
92
Run code: Cmd + F5
90
- Run with debugging: F5 or Run > Start Debugging.
93
+
94
+ Run with debugging: F5 or Run > Start Debugging
95
+
91
96
Stop debugging: Shift + Cmd + F5
97
+
92
98
Restart debugging: Cmd + Shift + F5
93
99
94
100
** Web (VS Code in the Browser)**
95
101
96
102
Run code: Ctrl + F5
97
- Run with debugging: F5 or Run > Start Debugging.
103
+
104
+ Run with debugging: F5 or Run > Start Debugging
98
105
99
106
## Get the demo application
100
107
You can’t perform that action at this time.
0 commit comments