Debug > Windows > Immediate ...is where one opens the Immediate Window which is fun for debugging!
- ? foo followed by a return in this window will show you the value for the variable "foo"
- foo = "bar" followed by a return in this window will allow you to hijack a variable and reassign its value
Helped so much!! Thanks!
ReplyDelete