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.

NodeJS 8: _debugger module not found during pause

See original GitHub issue

Bug report

  • Node Version: 8.1.4

  • Protractor Version: 5.1.2

  • Angular Version: NO

  • Browser(s): Chrome 59.0.3071.115 (Official Build) (64-bit)

  • Operating System and Version Ubuntu 17.04

  • Repo with STR https://github.com/Mamoru1234/protractor-bug (Sorry for naming)

  • Output from running the test: Error: Cannot find module ‘_debugger’ at Function.Module._resolveFilename (module.js:485:15) at Function.Module._load (module.js:437:25) at Module.require (module.js:513:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/alexei/temp/protractor-bug/node_modules/protractor/built/debugger/debuggerCommons.js:1:82) at Module._compile (module.js:569:30) at Object.Module._extensions…js (module.js:580:10) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3)

  • Steps to reproduce the bug

npm i 
npm run selenium-setup
npm run protractor

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
wswebcreationcommented, Jul 19, 2017

Hi @Mamoru1234

I’ve asked it to the core team. Will post it here if I hear something.

2reactions
kshrestha99commented, Jun 7, 2020

This issue is still happeneing…any one know why it is not resolved yet?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugger | Node.js v19.3.0 Documentation
To use it, start Node. js with the inspect argument followed by the path to the script to debug. The debugger automatically breaks...
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 >
How To Debug Node.js with the Built-In Debugger and ...
In your terminal, run the node command with this debugger option as follows: node inspect badLoop. js.
Read more >
Chrome Devtools Dedicated Node.js Inspector not stopping at ...
A workaround I found is to downgrade NodeJS to version 8.12.0 (the latest 8.x version). Node version 8.x works for me. $ node...
Read more >
Troubleshooting - Jest
This will run Jest in a Node process that an external debugger can connect to. Note that the process will pause until the...
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