File tree Expand file tree Collapse file tree 3 files changed +0
-49
lines changed
Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -377,10 +377,6 @@ Sends request to rdbg to step back from current method.
377377
378378Sends request to rdbg to terminate the debuggee.
379379
380- - assert_reattach
381-
382- Passes if reattaching to rdbg is successful.
383-
384380- assert_hover_result(expected, expression)
385381
386382Passes if result of ` expression ` matches ` expected ` .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -155,20 +155,6 @@ def req_terminate_debuggee
155155 close_reader
156156 end
157157
158- def assert_reattach
159- case ENV [ 'RUBY_DEBUG_TEST_UI' ]
160- when 'vscode'
161- req_disconnect
162- attach_to_dap_server
163- res = find_crt_dap_response
164- result_cmd = res . dig ( :command )
165- assert_equal 'configurationDone' , result_cmd
166- when 'chrome'
167- req_disconnect
168- attach_to_cdp_server
169- end
170- end
171-
172158 def assert_locals_result expected , frame_idx : 0
173159 case ENV [ 'RUBY_DEBUG_TEST_UI' ]
174160 when 'vscode'
You can’t perform that action at this time.
0 commit comments