Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.22 KB

readme.md

File metadata and controls

51 lines (33 loc) · 1.22 KB

AI Powered Coding Debugger

An interactive debugging tool using AI for faster identification and resolution of coding issues.

alt text

Key Features

  • 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.

Future Enhancements

  • Additional language support (Python, Java, C#, etc).
  • AI-driven testing integration.
  • Enhanced collaborative features for remote teams.
  • Cloud-based code review platform.

Installation

  1. Clone the repo.
  2. Install dependencies.
  3. 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.