question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find debug.node

See original GitHub issue

I get the error

Error: Cannot find module '/usr/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v48-linux-x64/debug.node'

I looked inside debug/v0.7.7/ and there is only a folder called node-v11-linux-x64 I tried making a symbolic link called node-v48-linux-x64 but that causes Error: Module did not self-register. Which would be fine, but everything behaves strangely. For instance, there is no visual indication that a debugger; has been triggered and I have to cycle continue and pause manually.

This is on Fedora 23 latest stable node and npm.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:8

github_iconTop GitHub Comments

1reaction
FossPrimecommented, May 19, 2016

@superclarkk switch to devtool https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools

node-inspector is not ready for primetime.

1reaction
superclarkkcommented, May 18, 2016

You should give details about your environment.

I have the same problem. See this screenshot

My environment is:

Ubuntu 12.04
3.2.0-91-generic
node-inspector v0.12.8
node 6.2.0
npm 3.9.0
nvm 0.30.2

Can someone give a workaround to use for the time being? This is a serious blocker for me at the moment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Cannot find debug adapter for type 'node'. " - Stack Overflow
when I run I get an error Cannot find debug adapter for type 'node'. VS Code NodeJs Debugger Error. My code version is...
Read more >
Node debugger fails with the error message "Cannot find ...
Node debugger fails with the error message "Cannot find debug adapter for type 'node'". The VSCode Version: Version: 1.37.1 (system setup)
Read more >
Debug Node.js Apps using Visual Studio Code
The Visual Studio Code editor includes Node.js debugging support. Set breakpoints, step-in, inspect variables and more.
Read more >
debug - npm
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers. Installation. $ npm ...
Read more >
How to Debug Node.js Code Using Multiple Tools - Kinsta
... tools to debug node applications and find their root causes. ... Your code does not follow the rules of the language —...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found