@esistgut wrote:
Hi all, I'm trying to make VSCode debugging work with Chrome Remote Debugging Protocol and ember-cli and there is something I don't understand on how ember source maps work: if I have a route in "app/routes/myroute.js" ember-cli maps it to "assets/project-name/routes/myroute.js". So if VSCode set a breakpoint for "app/routes/myroute.js" and tell that to Chrome I guess Chrome can't find the file because the source maps are telling it otherwise. Should I find a way to change ember-cli's default source maps? Or maybe find a way to remap things in VSCode? Thank you.
Posts: 1
Participants: 1