Ecodebugger

July 20, 2026 ยท View on GitHub

A gamified VS Code extension for debugging with eco coding tips.


Features

  • Displays eco-friendly coding tips while you debug.
  • Gamifies the debugging process with achievements and XP.
  • Encourages sustainable coding habits in a fun way.

Screenshots

Logged user Achievements XP Levels Main Panel Classroom

How to Use

<<<<<<< HEAD

  1. Install the Extension

    • Download and install from the VS Code Marketplace (or use the .vsix file provided).
  2. Start Debugging =======

  3. Install the Extension

    • Download and install from the github releases ( the .vsix file provided).

7765923745d803799a23442704b2421a96d28a60

  • Open your project in VS Code.
  • Start a debugging session as usual.
  • The Ecodebugger side panel will appear, showing eco-friendly tips and tracking your progress.
  1. Earn Achievements

    • Complete debugging tasks to earn XP and unlock achievements.
    • View your progress and eco tips in the side panel.
  2. Access Commands

    • Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
    • Search for Ecodebugger to see available commands, such as:
      • Ecodebugger.helloWorld: Displays a welcome message.

Getting Started

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Use npm run compile to build the extension.
  4. Press F5 in VS Code to launch the Extension Development Host.

Summary

Very Important Git Commands Cheat Sheet

PurposeCommand
Check current branchgit branch
Create a new branchgit checkout -b feature/branch-name
Switch to another branchgit checkout feature/branch-name
See changed filesgit status
Save workgit add . then git commit -m "Message"
Push branch to GitHubgit push origin feature/branch-name
Pull latest main branchgit pull origin main

License

MIT