I am working through Lesson 12 (Debugging Code) and have an issue with the Immediate Window.
I have loaded the Tax Calculator solution and opened the Immediate Window.
When i type in subtotal as the book says, i get "The name 'subtotal' does not exist in the current context". I also tried with a question mark in front.
I thought maybe its because it wasnt running, but it cant be used when running the program.
I also (as suggested) typed sub and pressed CTRL+SPACE and did not get the intellisense help.
Why wont it work. I can see this might be very handy for debugging.
Code:
?subtotal
The name 'subtotal' does not exist in the current context
subtotal
The name 'subtotal' does not exist in the current context