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.
2 parents c684d21 + 8d524d4 commit d31e684Copy full SHA for d31e684
lib/ruby-debug-ide/command.rb
@@ -24,7 +24,7 @@ def commands
24
@commands ||= []
25
end
26
27
- DEF_OPTIONS = {
+ DEF_OPTIONS ||= {
28
:event => true,
29
:control => false,
30
:unknown => false,
0 commit comments