(no title)
arthurgousset | 11 months ago
Absolutely valid point, LLMs probably have an easier time adding log statements to the source code and parsing output from the console.
The debugger connection is "better" in certain cases because: 1. It avoids unnecessary diffs related to log statements. Currently, LLMs seem good at adding code, but forget to or struggle to delete code. 2. It avoids making logs noisy, although, admittedly, this can be managed with appropriate severity levels. 3. It provides more precise control over the program execution flow by stepping into, stepping over, and stepping out of lines.
No comments yet.