Debugging Workflow
Follow a clean and reliable debugging workflow to resolve issues quickly and commit stable code.
A consistent debugging process helps ensure that your codebase remains clean and reliable.
Pre Commit Check
Before committing changes, follow this checklist:
- Run "Debug All Files"
- Review and fix detected issues
- Test your changes
- Commit clean code
Issue Resolution
When debugging a specific problem:
- Identify the problem area
- Ask KodeziChat for analysis
- Apply the suggested fix
- Verify the solution
Running Debug All Files before pushing prevents many production issues.