Skip to content

Commit 2499b4a

Browse files
committed
Dedicated cli flag to enable catchpointDeleted event
1 parent 04093b0 commit 2499b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/xml_printer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def print_catchpoint_set(exception_class_name)
217217
end
218218

219219
def print_catchpoint_deleted(exception_class_name)
220-
if Debugger.rm_protocol_extensions
220+
if Debugger.catchpoint_deleted_event
221221
print "<catchpointDeleted exception=\"%s\"/>", exception_class_name
222222
else
223223
print_catchpoint_set(exception_class_name)

0 commit comments

Comments
 (0)