Skip to content

Releases: akiselev/debugger-cli

v0.1.3

25 Jan 16:09

Choose a tag to compare

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

Note: v0.1.2 was yanked due to incorrect test scenario paths.

Full Changelog

v0.1.1...v0.1.3

v0.1.2

25 Jan 16:02

Choose a tag to compare

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

Full Changelog

v0.1.1...v0.1.2