Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging with Webstorm ? #33

Closed
hajime-moto opened this issue Jun 30, 2015 · 3 comments
Closed

Debugging with Webstorm ? #33

hajime-moto opened this issue Jun 30, 2015 · 3 comments

Comments

@hajime-moto
Copy link

I'm very new to Nodejs and webpack .. so this might be a silly feature request. Is it possible to have this project to run and debugged under Webstorm ?

@gaearon
Copy link
Owner

gaearon commented Jun 30, 2015

Hey! Please see gaearon/react-hot-boilerplate#18 for a discussion.
This project is based on that boilerplate.

@gaearon gaearon closed this as completed Jun 30, 2015
@hajime-moto
Copy link
Author

The discussion conclusion is that webpack support will be available for Webstorm 11. I'm just wondering how do you debug this project without using print statements ?

I can't find a way to start webpack without packing all the js files into one bundle.js file. Is it possible to tell webpack just to boot up nodejs server without packing it so that Webstorm can debug it ? Please help!

@gaearon
Copy link
Owner

gaearon commented Jul 1, 2015

The discussion conclusion is that webpack support will be available for Webstorm 11. I'm just wondering how do you debug this project without using print statements ?

Not sure I understand your question. I use Chrome DevTools for debugging.

I can't find a way to start webpack without packing all the js files into one bundle.js file. Is it possible to tell webpack just to boot up nodejs server without packing it so that Webstorm can debug it ? Please help!

That's how Webpack works. It bundles files into one JS file because they're modular. All modern tools work this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants