Skip to content

Commit

Permalink
Add debuggerId field in the RETURN OBJECT of "Debugger.enable
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max authored and ko1 committed Nov 13, 2023
1 parent dea10b5 commit dfa817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/server_cdp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def process
when 'Debugger.getScriptSource'
@q_msg << req
when 'Debugger.enable'
send_response req
send_response req, debuggerId: rand.to_s
@q_msg << req
when 'Runtime.enable'
send_response req
Expand Down

0 comments on commit dfa817e

Please sign in to comment.