A terminal based tool to improve debugging speed by displaying StackOverflow solutions to the error given by a program on execution.
- Python 3+
- Install all the modules present in requirements.txt
- Execute
pip install -r requirements.txt
- Execute on terminal or commandline
codemate.py file_with_bug.py
- Press yes or no for debugging
- Select answer from suggestions
- A demo can be found on this link https://www.youtube.com/watch?v=FBPdlqg2FEw
The MIT License 2017 - Suraj Pawar
Last Updated 15 Jan 2020