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
Version 1.20.1
Commit f88bbf9
Date 2018-02-13T15:34:36.336Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
NodeBB is a Node.js forum platform. To extend it, you can add plugins to its node_modules folder, for example, node_modules/nodebb-plugin-mychat.
When I place a breakpoint on NodeBB's app.js, it breaks fine. But if I place a breakpoint on my node_modules/nodebb-plugin-mychat/library.js, it doesn't work. I remember I had this issue in the past and that I had to mess with the launch.json file in order to get it working. I simply couldn't find the solution again so if someone could help me out on this, I'd appreciate it. This is my launch.json:
PS D:\Desktop\openshift\NodeBB> cd 'd:\Desktop\openshift\NodeBB'; & 'node' '--inspect-brk=4648' 'app.js'
Debugger listening on ws://127.0.0.1:4648/228491de-ee5a-4d9c-ab0b-218864a27f3f
For help see https://nodejs.org/en/docs/inspector
Debugger attached.
2018-03-20T06:53:37.550Z [561032] - info: NodeBB v1.8.0 Copyright (C) 2013-2018 NodeBB Inc.
The text was updated successfully, but these errors were encountered:
Version 1.20.1
Commit f88bbf9
Date 2018-02-13T15:34:36.336Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
NodeBB is a Node.js forum platform. To extend it, you can add plugins to its
node_modules
folder, for example,node_modules/nodebb-plugin-mychat
.When I place a breakpoint on NodeBB's
app.js
, it breaks fine. But if I place a breakpoint on mynode_modules/nodebb-plugin-mychat/library.js
, it doesn't work. I remember I had this issue in the past and that I had to mess with thelaunch.json
file in order to get it working. I simply couldn't find the solution again so if someone could help me out on this, I'd appreciate it. This is mylaunch.json
:Some console logs:
The text was updated successfully, but these errors were encountered: