Sha256: 58f2b645330caacdcb220cf3c2c379e3760d2280286a4495902164df7b2317bc
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
byebug-dap-0.1.4 | CHANGELOG.md |