Skip to content

A demo on how to debug a fuse-box project in vs code

License

Notifications You must be signed in to change notification settings

andrew-w-ross/fuse-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A demo on how to debug a fuse-box project in vs code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published