Alan Brockett

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Alan Brockett created a post, Debugger watch reports nil for variable with value false
Running the following code in the debugger:a = falseif (a.nil?) puts "debugger thinks a is nil"endputs aand setting a breakpoint at the if statement, the Variables pane reports 'a' as nil. Adding...