ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Allow TracePoint reentry during DAP's evaluation #1026

Closed st0012 closed 1 year ago

st0012 commented 1 year ago

This avoids the TracePoint conflict with Zeitwerk, which was reported in https://github.com/ruby/debug/issues/408. But the fix was not implemented in the DAP server.