Skip to content

Commit c3dbd74

Browse files
Merge pull request #291463 from GitHubber17/347131-m
Bulk - Global effort to fix validation issues
2 parents bfabf0a + 989b30b commit c3dbd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/debug-user-defined-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports.data = methods;
8181
8282
## Install debug support
8383

84-
To debug, you must [download](https://nodejs.org/en/download/) and install **node.js**. Install the correct version according to the platform you're using. After you install the Node.js runtime, restart Visual Studio Code to implement the changes.
84+
To debug, you must [download](https://nodejs.org/en/download/package-manager/) and install **node.js**. Install the correct version according to the platform you're using. After you install the Node.js runtime, restart Visual Studio Code to implement the changes.
8585

8686
Select **Run and Debug** or press **CTRL + SHIFT + D** to start debugging. A combo box appears where you can select **node.js** as the runtime. If you only have Node.js installed, it is used by default. You should be able to step through the code and into the satellite file if needed with F11.
8787

0 commit comments

Comments
 (0)