Visual Studio Watch window greyed out?

后端 未结 5 765
北荒
北荒 2021-02-14 13:21

I have a VB app that I need to monitor while it is running. I added some variables to the Watch window, but while the app is running the watch window is greyed out. The only w

5条回答
  •  余生分开走
    2021-02-14 14:13

    Which IDE or development environment shows - in real time - the values of variables in the Watch window, without having to hit any breakpoints, while the application is running?

    Visual Studio doesn't provide this. In order to get updated values in the Watch window, or edit items there, the app needs to be at a breakpoint or debugging.

提交回复
热议问题