You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to debug the Store server with breakpoints. This makes troubleshooting issues difficult.
I've tried using VSCode's Node.js... debug option and selecting Run Script: develop:store, but debug breakpoints don't work.
When getting an error, the stacktrace only shows lines from app/store/dist.server.js, so I'm guessing the mapping from build to source files isn't working, at a minimum
The text was updated successfully, but these errors were encountered:
Goal
Be able to debug Store server in VSCode.
Bonus
Problem
I'm not sure how to debug the Store server with breakpoints. This makes troubleshooting issues difficult.
I've tried using VSCode's
Node.js...
debug option and selectingRun Script: develop:store
, but debug breakpoints don't work.When getting an error, the stacktrace only shows lines from
app/store/dist.server.js
, so I'm guessing the mapping from build to source files isn't working, at a minimumThe text was updated successfully, but these errors were encountered: