I am dealing with legacy code and in UI I can find some ID's of my objects which are used at run time. Those id's could help me to find more quickly the portion of code with which I am dealing for that requirement, but I do not know if it is possible to do in debug mode from Visual Studio 2010 (C++ and C#) a search after a value of an object, which was already calculated at run time.
If you have an idea if this can be done or another way to do it (search an object's value in debug mode) or some work around give me a hand, this could save many many, hours开发者_如何转开发 of work for each bug with which I will deal.
I'm not exactly sure what your asking but Scott Guru's tips and tricks might help you out.
http://weblogs.asp.net/scottgu/archive/2010/08/18/debugging-tips-with-visual-studio-2010.aspx
精彩评论