Zoe van de Vegte, Karanveer Buttar, Jun He Cui, Pan Tisapramotkul
Debug.Me is a multi-purpose extension for Visual Studio Code, with its primary goal of helping users learn rather than just copy code. It has two modes, debug and brainstorm. Debug will read terminal errors as well as the code that was responsible for it and explain these issues in simple, understandable terms. Brainstorm is a place where users can bounce ideas off the assistant, who will guide them with questions but ultimately let the users make their own decisions. Learn while you debug!
run python pip install -r /path/to/requirements.txt
place to download models (i1-IQ3_S or below recommended for no GPU)
- Run
backend\app.py - Open nwhacks2025\vscode-extension in new folder (root)
- Run the extension by pressing
f5 - Open a folder you want the extension to help with
- When file run into error, message chatbot "debug"
