You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2019. It is now read-only.
Changes made to vscode debug instructions including:
- Updated "tasks.json" to version 2.0.0 format.
- Compile task references the default "compile" script from package.json.
- Updated "launch.json" to specify Windows path for "runtimeExecutable" parameters.
Note. If the code has been modified and no updates to dependent node modules were made you can compile the project by entering `task compile` into the search box. Or from the command line run `npn run compile`.
125
+
If the code has been modified and no updates to dependent node modules were made you can compile the project by entering `task compile` into the search box. Or from the command line run `npn run compile`.
126
+
127
+
Note. The compile task is a npm script defined in `package.json` which vscode detects and displays as `npm: compile` in the search box.
106
128
107
129
## Step 4. Debug the project
108
130
@@ -115,4 +137,4 @@ To enter debugging mode select the <b>Debug</b> icon on the left hand side menu.
115
137
To launch a debug session, from the top left hand side of the <b>Debug</b> window select `Debug rendered process` and press the Play button.
116
138
Note. A breakpoint needs to be placed in the code prior to launching a debug session, to allow stepping through code.
117
139
118
-
These instructions were tested on vscode version 1.12.1.
140
+
These instructions were tested on vscode version 1.16.0.
0 commit comments