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

Add Tutorial on Debugging a Bug Using a Debugging doc. #421

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Ash-2k3
Copy link
Member

@Ash-2k3 Ash-2k3 commented Dec 2, 2024

@Ash-2k3 Ash-2k3 changed the title Draft tutorial on debugging docs Add Tutorial on Debugging a Bug Using a Debugging doc. Dec 2, 2024
@Ash-2k3 Ash-2k3 marked this pull request as ready for review December 2, 2024 18:05
1. **Check Out the Specific Commit:** To ensure consistency, we’ll be working from a specific commit. Use the following command to switch to the relevant commit:
`git checkout 794b5d78e88f585efadc366b767889596afccacb`
This ensures you are working with the same version of the code referenced in this tutorial.
2. **Apply the Patch File:** Download the patch file from the [provided link](https://drive.google.com/file/d/1aTPrkslSg5nyc6e8BVEks-KGqlkACHjI/view) and apply it to your local branch: `git apply /path/to/your/patch-file.patch`
Copy link
Member

Choose a reason for hiding this comment

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

can we put the patch file in the wiki repository instead? That way we keep the wiki assets together like we do with images

@U8NWXD U8NWXD assigned Ash-2k3 and unassigned U8NWXD Dec 8, 2024
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.

Create Tutorial - Learn how to debug an issue using a debugging Doc
2 participants