Skip to content
New issue

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

doc: add local debugging instructions to readme #4494

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mjq
Copy link
Member

@mjq mjq commented Feb 11, 2025

After troubleshooting my failure to debug Relay using VSCode, I found that we had debug set to false in the dev profile. Added a note to the readme about it in case anyone else runs into the same issue.

#skip-changelog

After troubleshooting my failure to debug Relay using VSCode, I found that we
had `debug` set to `false` in the dev profile. Added a note to the readme about
it in case anyone else runs into the same issue.
@mjq mjq requested a review from a team as a code owner February 11, 2025 16:53
README.md Outdated Show resolved Hide resolved
Co-authored-by: Joris Bayer <[email protected]>
@mjq
Copy link
Member Author

mjq commented Feb 11, 2025

@jjbayer Thanks for the improvement, I didn't know about custom profiles. This is much better. 👍

Comment on lines +192 to +194
[profile.mydebug]
inherits = "dev"
debug = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm now wondering if we should add this profile to the workspace Cargo.toml, might be useful for everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants