简体   繁体   中英

Is there any Visual Studio extension making Quick Watch dialog smarter?

Assuming I'm debuging C# application in VS2010 Ultimate. All I whant is when I right click on Field and select Quick Watch, then Qucik Watch dialog should appear with object.Field in the text box, not just Field .

{
  var value = object.Field;
}

Here an other guy's blog post about this problem

And yes, I know that selecting whole statement solves the problem. But I think it very annoing to do so every time.

Yes, now there is :) The latest version of BugAid for Visual Studio (a commercial extension I co-created) addresses this annoyance and behaves as you expect. For more details, see our blog post on the subject .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM