-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
- I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
|---|---|
| generator-angular-fullstack | 4.1.3 |
| Node | 6.9.5 |
| npm | 4.2.0 |
| Operating System | Windows 8.1 |
| etc | etc |
| Item | Answer |
|---|---|
| Transpiler | Babel |
| Markup | HTML |
| CSS | LESS |
| Router | ui-router |
| Client Tests | Mocha |
| DB | SQL |
| Auth | Y |
| etc | etc |
When starting with gulp serve:debug node-inspector crashes the node. The only reasonable solution I found is to use the integrated node debugger by changing the node start options in the gulp task from --debug to --inspect. With that I can debug the server side. Unfortunately I just get access to the Babel-transpiled code and not to the original ES6 sources. Is there any way to add mapping information to be able to debug the original sources?
Metadata
Metadata
Assignees
Labels
No labels