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.

No way of debugging node server

See original GitHub issue

Running node --inspect node_modules/razzle/scripts/start.js causes the server-side reloader to get stuck on the first debugger statement but the debugger itself never reacts and none of the server-side files are available to open and add breakpoints.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jaredpalmercommented, Aug 24, 2017

Shnice. Thanks. Will play with this tonight / tomorrow (at React Rally right now)

0reactions
jarizcommented, Sep 4, 2017

Fixed w/ #333

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging - Getting Started - Node.js
Create a new Node.js debug configuration and hit Debug. --inspect will be used by default for Node.js 7+. To disable uncheck js.debugger ......
Read more >
Debug Node.js Apps using Visual Studio Code
There are a few ways you can debug your Node.js programs in VS Code: ... the JavaScript Debug Terminal will automatically debug any...
Read more >
Running and debugging Node.js | WebStorm Documentation
Debugging a Node.js application · Run your application with an --inspect or --inspect-brk flag. You can do that in several ways, for example:....
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 >
How to Debug Node.js Code Using Multiple Tools - Kinsta
This tutorial demonstrates various tools to debug node applications and find their root causes. Dig in and learn from the ground up.
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