Does the Immediate Window Work in Debug Mode?
Posted May 15th, 2008 by scottelkin
It seems like a stupid question, but I can't get any of the commands I am used to working in the immediate window while debugging. I would *think* that if I have a variable $dir, I should just have to type "$dir" in the Immediate Window, and it would print out what the value is.
Instead I just get an error, "Unable to evaluate the expression. Not implemented", even though I can see the $dir under the Locals menu.
Please advise.


This feature of the debugger
This feature of the debugger is not implemented yet. You can add variables to the watch list.