Skip to content

node-inspector does not map to original ES6 source code #2514

@matthias62

Description

@matthias62
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions