We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04093b0 commit 2499b4aCopy full SHA for 2499b4a
lib/ruby-debug-ide/xml_printer.rb
@@ -217,7 +217,7 @@ def print_catchpoint_set(exception_class_name)
217
end
218
219
def print_catchpoint_deleted(exception_class_name)
220
- if Debugger.rm_protocol_extensions
+ if Debugger.catchpoint_deleted_event
221
print "<catchpointDeleted exception=\"%s\"/>", exception_class_name
222
else
223
print_catchpoint_set(exception_class_name)
0 commit comments