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:

  1. Run "Debug All Files"
  2. Review and fix detected issues
  3. Test your changes
  4. Commit clean code

Issue Resolution

When debugging a specific problem:

  1. Identify the problem area
  2. Ask KodeziChat for analysis
  3. Apply the suggested fix
  4. Verify the solution

Running Debug All Files before pushing prevents many production issues.
```