327,352 views
33 votes
33 votes
What is the difference berween immediate window and view window

User Nick Berardi
by
2.5k points

1 Answer

11 votes
11 votes

Answer:

immediate 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 Eshaham
by
3.1k points