Multi-Granularity LLM Debugger [ICSE2026]
-
Updated
Jul 6, 2025 - Python
Multi-Granularity LLM Debugger [ICSE2026]
🚀AutoPatcher: Automatic Root-Cause-Analysis Guided Program Repair via Large Language Models
Various prompt templates for automatic program repair using LLMs
This LLM generates code based on tests, and makes sure they pass.
CETI (Correcting Errors using Test-input) is an automatic program repair technique that uses test-input generation to repair C programs. The idea is to convert the buggy program/test suite specification into another program consisting of a location reachable iff the buggy program can be repair to pass the given test suite.
Prototype-level program-based automatic repair (PAR) tool. Computer Science 6720. Fall 2025. Program Debugging and Repair. Weber State University. Dr. Arpit Christi. Final Project
Add a description, image, and links to the automatic-program-repair topic page so that developers can more easily learn about it.
To associate your repository with the automatic-program-repair topic, visit your repo's landing page and select "manage topics."