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 8cc33ea commit 8562aeeCopy full SHA for 8562aee
test-base/variables_test.rb
@@ -91,6 +91,7 @@ def test_variable_local
91
send_ruby("frame 1; v local")
92
variables = read_variables
93
assert_variables(variables, 2)
94
+ assert_not_nil variables[1].objectId
95
send_ruby("v i " + variables[1].objectId) # 'user' variable
96
assert_variables(read_variables, 1,
97
{:name => "@id", :value => "22", :type => "Fixnum", :hasChildren => false})
0 commit comments