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
4. Use your favorite [Inspector Client](https://nodejs.org/de/docs/guides/debugging-getting-started/#inspector-clients) to debug
144
144
@@ -153,7 +153,7 @@ To debug your builder you need to:
153
153
First do:
154
154
155
155
1. Place `debugger` statement or a red-point, where you want your deployer stops.
156
-
2. Follow the steps of [npm link](#2-npm-link) described here. compile, link and install linked in a local project
156
+
2. Follow the steps of [yarn link](#2-yarn-link) described here. compile, link and install linked in a local project
157
157
158
158
On VsCode, just create a [_JavaScript Debug Terminal_](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_javascript-debug-terminal) and execute the command that you want to debug
159
159
@@ -200,6 +200,6 @@ and test your flaming changes 🔥
0 commit comments