On a barebones node.js project with a single index.js file, I am trying to use the interactive debugger console
index.js
This allows me to input code, and code is running and I see the output appear in the "console" tab. However, there is no output in the "debugger console" itself, as expected from the guide: https://www.jetbrains.com/help/idea/node-interactive-debugger-console.html
What might be wrong?
2.1m questions
2.1m answers
60 comments
57.0k users