ruby / debug

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

DAP: Access `dropped_trace_cnt` only when `@recorder` is not nil #969

Closed ono-max closed 1 year ago

ono-max commented 1 year ago

undefined methoddropped_trace_cntfor nil:NilClass occurs when @recorder is nil. This PR fixes it