ruby / debug

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

CDP: Add debuggerId field in the RETURN OBJECT of "Debugger.enable" #1028

Closed ono-max closed 1 year ago

ono-max commented 1 year ago

In order to enable the debugger in Chrome DevTools, it is now mandatory to include the 'debuggerId' field in the RETURN OBJECT of the Debugger.enable method. You can find more information about this change on this PR: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4774406. This PR addresses this requirement.