# Change Log ## 0.1.4 - Workaround a bug caused by [byebug#734](https://github.com/deivid-rodriguez/byebug/issues/734) by setting the breakpoint hit condition to `>= 0` when the condition should be `nil`. ## 0.1.3 - Support for output capture - Support for setting function breakpoints - Support for breakpoint locations request - Support for delayed stack trace loading - Basic support for exception breakpoints - Support for conditional breakpoints - Support for hit conditional breakpoints - Support for logpoints ## 0.1.2 - Fix possible failure when a breakpoint is hit but can't be resolved - Fix possible failure when frame arguments can't be evaluated - Exit on disconnect when started by 'launch' - Expose `Byebug::DAP::Server#wait_for_client` instead of passing a block - Expose `Byebug::DAP#stop!` to allow the debugee to stop - Support for specifying a start sequence with `--on-start CODE` - Support for child processes ## 0.1.1 - Improve error handling in `Byebug::DAP::Controller` ## 0.1.0 - Initial release