Please enable JavaScript.
Coggle requires JavaScript to display documents.
debug process, verify and clean up - Coggle Diagram
debug process
explore and hypothesize
instrumtation
the agents adds logs statement
sent data to a local debug server running in a cursor
reproduce the bug
debug mode
ensure the agent capture real runtime behavior
analyze logs
after reproduction
the agent review the collection logs to identify
make targeted fix
the agent review logs and identify the actual root cause based on run time
undestand the bug
explore relavant files
build contact
generate multiple hypotheses about potential root causes
verify and clean up
you can re-run the reproduction steps
verify the fix once, confired the agent removes all instrumentation