Nuxt.js: How to debug server code with node --inspect with source map in chrome

Created on 9 Mar 2017  路  3Comments  路  Source: nuxt/nuxt.js

Hi,I usually use node-inspector to debug nodejs code.
nuxt.js demo can't work in it.
the source map can't correct load in chrome.
i think the server not provide webpack:///. url parse.
how to debug server-side code with chrome by source map?

This question is available on Nuxt.js community (#c314)
question

Most helpful comment

In the 0.10 (coming in 1 hour), the source maps is given to the SSR now.

All 3 comments

Have you find any solution for this @lazycrazy?

In the 0.10 (coming in 1 hour), the source maps is given to the SSR now.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vadimsg picture vadimsg  路  3Comments

mattdharmon picture mattdharmon  路  3Comments

danieloprado picture danieloprado  路  3Comments

ghost picture ghost  路  3Comments

jaredreich picture jaredreich  路  3Comments