Releases: akiselev/debugger-cli
Releases · akiselev/debugger-cli
v0.1.3
What's New
JavaScript/TypeScript Debugging Support
- Added js-debug adapter (VS Code JavaScript Debugger) for Node.js debugging
- Full support for TypeScript with source maps
- Auto-installation via
debugger setup install js-debug
Comprehensive E2E Test Framework
- YAML-based test scenario DSL for reproducible tests
- Docker-based CI infrastructure for testing all adapters
- Tests for C, Go, JavaScript, TypeScript, and Python
Test Runner Improvements
- Conditional breakpoint support (
break func --condition "expr") - Output capture command (
output --tail N) - Fixed path resolution for test scenarios
Bug Fixes
- Fixed path resolution in test scenarios (relative path handling)
- Fixed breakpoint management test for recursive functions
- Fixed conditional breakpoint test logic
Installation
cargo install debugger-cliNote: v0.1.2 was yanked due to incorrect test scenario paths.
Full Changelog
v0.1.2
What's New
JavaScript/TypeScript Debugging Support
- Added js-debug adapter (VS Code JavaScript Debugger) for Node.js debugging
- Full support for TypeScript with source maps
- Auto-installation via
debugger setup install js-debug
Comprehensive E2E Test Framework
- YAML-based test scenario DSL for reproducible tests
- Docker-based CI infrastructure for testing all adapters
- Tests for C, Go, JavaScript, TypeScript, and Python
Test Runner Improvements
- Conditional breakpoint support (
break func --condition "expr") - Output capture command (
output --tail N) - Fixed path resolution for test scenarios
Bug Fixes
- Fixed path resolution in test scenarios (relative path handling)
- Fixed breakpoint management test for recursive functions
- Fixed conditional breakpoint test logic
Installation
cargo install debugger-cli