An interactive debugging tool using AI for faster identification and resolution of coding issues.
- Automated Bug Detection: Scans code to locate errors.
- AI-based Fix Suggestions: Recommends improvements and potential solutions.
- Interactive Console: View real-time feedback with prompts.
- Detailed Logs: Provides comprehensive error reports for easy troubleshooting.
- Additional language support (Python, Java, C#, etc).
- AI-driven testing integration.
- Enhanced collaborative features for remote teams.
- Cloud-based code review platform.
- Clone the repo.
- Install dependencies.
- Run the project.
git clone https://github.com/KunjShah95/AIPoweredCodingDebugger.git
cd AIPoweredCodingDebugger
npm install
npm start
Usage Open your project files in the debugger. Review AI suggestions in the interface. Approve or modify the proposed solutions.
Contributing Fork this repository.
Create a feature branch.
Commit changes with a descriptive message.
Push to your branch and open a pull request.
We welcome all contributions that improve usability, performance, and feature scope.