What's the practical difference between the Command Window and the Immediate Window?

前端 未结 3 1149
长发绾君心
长发绾君心 2021-01-03 20:08

Just curious.

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-03 20:14

    One difference between the two is that the Command Window will accept commands at any time (Visual Studio Commands) whereas the Immediate Window (Evaluations) only accepts commands during a debugging session.

提交回复
热议问题