Automatic debugger configuration for multiple programming languages in VS Code. Just right-click any file and start debugging - Deezbugger will handle the configuration for you!
Features
One-click debugging for multiple programming languages
Automatic debugger configuration based on file type
Supports adding configurations to existing launch.json
Smart detection of required extensions
Supported Languages
Python
JavaScript/TypeScript
C/C++
C#
Rust
Go
Java
Kotlin
PowerShell
Bash
Batch
HTML (Chrome Debugger)
PHP
Ruby
Lua
Swift
Dart
Usage
Right-click on any file in the explorer or editor
Select "Deezbugger" > "Deezbug" to start debugging immediately
Or select "Deezbugger" > "Add to launch.json" to add the configuration without starting debug
Deezbugger will:
Check if required debugger extensions are installed
Create or update launch.json with appropriate configuration
Start the debugging session
Requirements
Deezbugger will automatically prompt you to install any required debugger extensions for your language.
Extension Settings
No configuration needed! Deezbugger works out of the box.