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 @@ -393,10 +393,6 @@ Sends request to rdbg to step back from current method.
393
393
394
394
Sends request to rdbg to terminate the debuggee.
395
395
396
- - assert_reattach
397
-
398
- Passes if reattaching to rdbg is successful.
399
-
400
396
- assert_hover_result(expected, expression)
401
397
402
398
Passes if result of ` expression ` matches ` expected ` .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -206,20 +206,6 @@ def req_terminate_debuggee
206
206
close_reader
207
207
end
208
208
209
- def assert_reattach
210
- case get_target_ui
211
- when 'vscode'
212
- req_disconnect
213
- attach_to_dap_server
214
- res = find_crt_dap_response
215
- result_cmd = res . dig ( :command )
216
- assert_equal 'configurationDone' , result_cmd
217
- when 'chrome'
218
- req_disconnect
219
- attach_to_cdp_server
220
- end
221
- end
222
-
223
209
def assert_locals_result expected , frame_idx : 0
224
210
case get_target_ui
225
211
when 'vscode'
You can’t perform that action at this time.
0 commit comments