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 e79ce98 commit 183e82fCopy full SHA for 183e82f
lib/ruby-debug-ide/commands/catchpoint.rb
@@ -18,10 +18,6 @@ def execute
18
if 'off' == excn
19
Debugger.catchpoints.clear
20
else
21
- binding = @state.context ? get_binding : TOPLEVEL_BINDING
22
- unless debug_eval("#{excn}.is_a?(Class)", binding)
23
- print_msg "Warning #{excn} is not known to be a Class"
24
- end
25
Debugger.add_catchpoint(excn)
26
print_catchpoint_set(excn)
27
end
lib/ruby-debug-ide/version.rb
@@ -1,3 +1,3 @@
1
module Debugger
2
- IDE_VERSION='0.4.17.beta13'
+ IDE_VERSION='0.4.17.beta14'
3
0 commit comments