nuxtjs-nestjs-starter icon indicating copy to clipboard operation
nuxtjs-nestjs-starter copied to clipboard

How to debug in Visual Studio Code?

Open 1166544 opened this issue 6 years ago • 2 comments
trafficstars

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 avatar Aug 26 '19 09:08 1166544

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

1166544 avatar Aug 26 '19 09:08 1166544

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

1166544 avatar Aug 26 '19 09:08 1166544