venky

cd ../antigravity

Agentic Debugging

Use an AI coding agent to reproduce and isolate bugs.

Intermediate10 minutesLevel 2

Reproduce first

Ask the agent to reproduce the bug before proposing a fix. A patch without a reproduction is usually guesswork.

text
Reproduce the failing checkout flow.
Write down the exact steps, logs, and suspected files.
Do not edit code until the failure is confirmed.

Patch second

Once the failure is visible, ask for the smallest change and a verification command.