Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/support/dap_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def create_protocol_msg msgs, remote_info, fail_msg
command: "setFunctionBreakpoints",
arguments: {
breakpoints: [

]
},
type: "request"
Expand All @@ -125,7 +125,7 @@ def create_protocol_msg msgs, remote_info, fail_msg
command: "setExceptionBreakpoints",
arguments: {
filters: [

],
filterOptions: [
{
Expand Down Expand Up @@ -165,7 +165,7 @@ def connect_to_dap_server path, test_info
DAP_TEST = dt == 'true' || dt == '1'

def run_dap_scenario program, &msgs
pend 'Tests for DAP were skipped. You can enable them with RUBY_DEBUG_DAP_TEST=1.' unless DAP_TEST
omit 'Tests for DAP were skipped. You can enable them with RUBY_DEBUG_DAP_TEST=1.' unless DAP_TEST

begin
write_temp_file(strip_line_num(program))
Expand Down