Skip to content

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

License

Notifications You must be signed in to change notification settings

jasonwilliams/nextjs9-typescript-server-vscode-example

 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 74.2%
  • JavaScript 23.3%
  • Dockerfile 2.5%