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 think you can debug from package.json. Open it from VS code exporlor and click the "debug" link after a triangle. It will popup a menu to let you select the commands in package.json. Select the "dev", then it will run the "shopify app dev" command and attach the debugger.
Task
Add documentation on how to debug the app locally.
Add for example a .vscode/launch.json file that people can use to run the app instead of running npm run dev.
For now, there is no way for a newcomer to debug their code.
The text was updated successfully, but these errors were encountered: