Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 884 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 884 Bytes

fuse-box-debug

This is a demonstration on how to debug a fuse-box project with visual studio code. A walkthrough on how it works can be found on the fuse-box vscode debugging guide.

Setup

  • Install dependecies with npm i
  • Open this project in vscode and install the chrome-debug extension.
  • Start fuse-box with the start task in vscode or npm start in your terminal
  • Then hit f5 in vscode to start fuse-box and launch a new instance of chrome with debugging enabled

Optionally there is a compound configuration Start Both that will let you debug the server as well.

Notes

Currently when debugging source-maps won't update on hot reload it's currently tracked in issue fuse-box/fuse-box#673.