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
Hello.
How can I debug Node.js code in Kibana? In a simple apps I use node --debug server.js.
I presume, node --debug could be placed somewhere inside package.json to run debug at npm start. But I can't figure out the exact place and syntax.