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.

Can't use webstorm for debugging

See original GitHub issue
  • Node Version: 7.10.0

  • Egg Version: 1.4.0

  • Plugin Name:

  • Plugin Version:

  • Platform: Mac

  • Mini Showcase Repository:

ace-dev-server_-___documents_projects_lighthousex_ace-dev-server

see image attached above, it stopped after saying Debugger listen at xxxx. I can type things under the cursor but egg won’t start. Any clue?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
shysercommented, Jun 5, 2017

For Node 8.0.0, the only way to debug that I found is --inspect, the step is like this Debugging Node.js with Chrome DevTools. Both VSCode and WebStorm can not work well as debug is a bad option. But I feel It’s fussy to debug node with chrome dev tools, especially for multiprocess. So, I wish there is some way to debug in IDE early.

0reactions
dead-horsecommented, Jun 8, 2017

issues about debug are closing for now. you can still discuss here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

WebStorm debugging suddenly *stopped* working (?)
I have WebStorm set up to debug a React app using a Javascript Debug configuration. It connects to a custom Chrome instance --...
Read more >
Configuring JavaScript debugger | WebStorm Documentation
Make sure the JavaScript Debugger bundled plugin is enabled in the settings. Press Ctrl+Alt+S to open the IDE settings and select Plugins. Click ......
Read more >
Start the debugger session | WebStorm Documentation
Just hold Ctrl+Shift and click the URL at which the application is running. Learn more from Debug a Vue.
Read more >
Running and debugging Node.js | WebStorm Documentation
To start debugging, hold Ctrl+Shift and click the link. WebStorm starts a debugging session with an automatically generated Attach to Node.
Read more >
How to Debug With WebStorm - The JetBrains Blog
Prepare for debugging: create a run/debug configuration · Starting debugger · Debug tool window · Adding breakpoints to pause the code · Exploring ......
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