/nextjs9-typescript-server-vscode-example

This is example of next app using express, typescript and next, that can be debuged in vscode.

Primary LanguageTypeScriptMIT LicenseMIT

nextjs9-typescript-server-vscode-example

This is example of next app using express, typescript and next, that can be debuged in vscode.

Prerequesites

Due to #978 and #289 the javascript debugger (nightly) plugin is needed. You shouldn't need the chrome debugger anymore.

Make sure in your settings you set "debug.javascript.usePreview": true,

As of master:

  • Chrome Works (v81.0.3945.130)
  • Edge Works (v81.0.309.71)
  • Debugger for Firefox: works (76.0b8)
  • Server Side debugging works (Node v13.2.0)
  • Node debugging via Docker works (Node v13.2.0)