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.

Debugging with the Node.js debugger

See original GitHub issue

Is it possible to use debugger without purchasing Webstom?

Could you please add a receipt for iron-node or for node --inspect?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
sindresorhuscommented, Nov 14, 2016

Great. I’ll keep this open for discovery until I have time to add something more visible.

1reaction
sindresorhuscommented, Jan 22, 2017

@jsatk No one is currently working on this. We would welcome a pull request 😃

See https://github.com/avajs/ava/pull/929 for the previous attempt. Especially https://github.com/avajs/ava/pull/929#issuecomment-248280229.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging - Getting Started - Node.js
Start node debug script_name.js to start your script under the builtin command-line debugger. Your script starts in another Node.js process started with the...
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 ...
When debugging in Node.js, we add a breakpoint by adding the debugger keyword directly to our code. We can then go from one...
Read more >
Running and debugging Node.js | WebStorm Documentation
Debugging a Node.js application · Set the breakpoints in the code where necessary. · Create a Node. · Select the newly created Node....
Read more >
How to Debug Node.js Code Using Multiple Tools - Kinsta
The V8 JavaScript engine provides a debugging client which you can use in Node.js. Start an application using node inspect, e.g. ... Enter...
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