How can I debug Ember CLI application using PHPStorm?

Can I use PHPStorm breakpoints to debug EmberCLI application? Is this possible?

When I toggle a breakpoint in the source file, chrome never sees it, but if I toggle it in the compiler, it will work. Is there any way to map the breakpoints?

Hi IAmJulianAcosta,

I use this plugin for chrome with webstorm (should work with phpstorm too but not entirely sure) this allows you to set breakpoints directly in your IDE and the browser will pause accordingly.

hope this can get you started! best

It doesn’t work if I set breakpoints in the original files, only works if I set breakpoints in the compiled file :cry: