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
Copy file name to clipboardExpand all lines: docs/Debugging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Debugging NodeJS backend server
4
4
5
-
To debug NodeJS backend server you should enable running NodeJS backend with `inspect` protocol enabled. This is done by modifying `packages/server/webpack.config.js` and adding `--inspect` option to `nodemon`: `onBuildEnd: ['nodemon --inspect build --watch false']`
5
+
To debug NodeJS backend server you should enable running NodeJS backend with `inspect` protocol enabled. This is done by modifying `packages/server/webpack.config.js` and adding `--inspect` option to NodeHmrPlugin `cmd`: `--inspect {app}`. The {app} is replaced with actual path to the compiled bundle.
0 commit comments