75.7k views
3 votes
What are the difference between immediate window and view window.

(wrong answers will be reported)

User Doesdos
by
4.6k points

1 Answer

10 votes

Answer:

mmediate window is used to debug and evaluate expressions, execute statements, print variable values, and so forth. It allows you to enter expressions to be evaluated or executed by the development language during debugging.

The Command Window is used to execute commands or aliases directly in the Visual Studio integrated development environment (IDE).

Step-by-step explanation:

User Kim Larsen
by
4.4k points