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:
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:
- Created 6 years ago
- Comments:14 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 asdebug
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.issues about debug are closing for now. you can still discuss here.