-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add Debug Your Tasks section to protocol sidebar
#85
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Debug Your Tasks section to protocol sidebar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new documentation section called "Debug Your Tasks" to the protocol sidebar, providing comprehensive guidance on debugging iExec tasks.
- Adds a new markdown file with detailed debugging instructions for iExec tasks
- Includes extensive documentation on task and replicate statuses with mermaid flowcharts
- Provides comprehensive failure cause reference tables for troubleshooting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/protocol/debugging.md | New comprehensive debugging guide with task statuses, flowcharts, and failure causes |
| .vitepress/sidebar.ts | Adds "Debug Your Tasks" link to the protocol section in sidebar navigation |
Comments suppressed due to low confidence (2)
src/protocol/debugging.md:1
- Corrected spelling of 'pre-commpute' to 'pre-compute'.
# Debug your tasks
src/protocol/debugging.md:1
- Corrected spelling of 'UNKOWN_ISSUE' to 'UNKNOWN_ISSUE'.
# Debug your tasks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
src/protocol/debugging.md:1
- Corrected spelling of 'pre-commpute' to 'pre-compute'.
# Debug your tasks
src/protocol/debugging.md:1
- Corrected spelling of 'UNKOWN' to 'UNKNOWN'.
# Debug your tasks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
64ix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.