423 B
423 B
name, description
| name | description |
|---|---|
| debugging | Investigate and resolve software defects using evidence. |
Debugging
Use when behavior is incorrect, failing, or unexpectedly slow.
- Reproduce or isolate the problem.
- Gather evidence and identify the likely cause.
- Apply the smallest complete fix.
- Run relevant verification.
Return the cause, change, and verification result.
Do not guess when evidence can be collected.