Skip to content

Commit 95df2d2

Browse files
committed
Both ruby and RubyMine think that "context" is a local variable but not a setter for @context :(
1 parent 2de04b1 commit 95df2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/ide_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def proceed
132132
end
133133

134134
def restore_context
135-
context = @original_context
135+
@context = @original_context
136136
end
137137
end
138138

0 commit comments

Comments
 (0)