Monday, March 18, 2013

Immediate Window in Visual Studio 2012

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

1 comment: