We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running your code locally
New feature
Is it possible to support a --debug flag to shopify app dev for integration with IDEs?
--debug
shopify app dev
https://remix.run/docs/en/main/other-api/dev#remix-dev---debug
This was introduced in hyrdrogen and seemed like a quick fix.
Shopify/hydrogen#866 https://github.com/Shopify/hydrogen/pull/869/files
Improve local development by making it easier for developers to run debuggers for their remix apps building on shopify.
The text was updated successfully, but these errors were encountered:
Hi! In case it helps, you can easily debug from VSCode by opening Debug: Debug npm script from the command palette and then choosing dev.
Debug: Debug npm script
dev
Do you work with any other IDE?
Sorry, something went wrong.
No branches or pull requests
What area(s) will this request affect?
Running your code locally
What type of change do you want to see?
New feature
Overview
Is it possible to support a
--debug
flag toshopify app dev
for integration with IDEs?https://remix.run/docs/en/main/other-api/dev#remix-dev---debug
This was introduced in hyrdrogen and seemed like a quick fix.
Shopify/hydrogen#866
https://github.com/Shopify/hydrogen/pull/869/files
Motivation
Improve local development by making it easier for developers to run debuggers for their remix apps building on shopify.
The text was updated successfully, but these errors were encountered: