Files
sapper/site/content/docs/15-debugging.md
2019-04-28 21:44:34 -04:00

515 B

title
title
Debugging

Debugging your server code is particularly easy with ndb. Install it globally...

npm install -g ndb

...then run Sapper:

ndb npm run dev

This assumes that npm run dev runs sapper dev. You can also run Sapper via npx, as in ndb npx sapper dev.

Note that you may not see any terminal output for a few seconds while ndb starts up.