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 fa4d97e commit d83e56dCopy full SHA for d83e56d
lib/ruby-debug-ide/commands/variables.rb
@@ -38,7 +38,7 @@ def execute
38
if RUBY_VERSION < "1.9"
39
globals = global_variables - ['$=', '$IGNORECASE']
40
else
41
- globals = global_variables - [:$KCODE, :$-K, :$=, :$FILENAME]
+ globals = global_variables - [:$KCODE, :$-K, :$=, :$IGNORECASE, :$FILENAME]
42
end
43
print_variables(globals, 'global') do |var|
44
debug_eval(var)
0 commit comments