ColonelBundy / nuxtjs-nestjs-starter

Starter project for nuxtjs and nestjs all in one integrated.
MIT License
57 stars 15 forks source link

How to debug in Visual Studio Code? #1

Open 1166544 opened 5 years ago

1166544 commented 5 years ago

Hi, I ran your project through NPM run start: dev I found that it used "cross-env NODE_ENV = development webpack -- config webpack. config. js" So, my question is: can we use DEBUG under VSC IDE? What is the command, please help?

eg.run by this: image image does "WebpackShellPlugin" support?

1166544 commented 5 years ago

for example,like this issue. https://github.com/nestjs/typescript-starter/issues/37

1166544 commented 5 years ago

{ "watch": ["src"], "ext": "ts", "ignore": ["src/*/.spec.ts"], "exec": "node --inspect-brk -r ts-node/register src/main.ts" }