Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 443 Bytes

Automated debugger that can do simple bug fixing on 1 line. Final project of class Automated debugging by Professor Andreas Zeller of Saarland University.

Put the function to debug under inputfunc.py and corresponding test under inputfunc_tests.py Then put line number to fix under main.py and run the file. Fix will be shown via print command

Next steps: Integrated automated line finder (other project in class) Friendly input and output.