Looking for questions or feedback on IntelliTrace

During the last few months, I've been blogging extensively about a new Visual Studio 2010 feature called IntelliTrace (formerly known as the "Historical Debugger"). We are very excited about IntelliTrace and think that it's going to change how people debug their applications.

Since IntelliTrace is a brand new feature, we are eager to hear from developers about what they think about it. So, here is my offer: If you have any questions or feedback (both positive and negative) about IntelliTrace, send me your feedback via this blog and I will reply with an answer within 24 hours. Regardless of weather you've used IntelliTrace extensively and have an "advanced" questions, or you've never used it before and just want to learn about it, I'll be happy to answer any questions related to IntelliTrace.

Thanks in advance.

Habib Heydarian.

Comments

  • Anonymous
    November 05, 2009
    The comment has been removed

  • Anonymous
    November 08, 2009
    Thanks for the great feedback. The decision around making IntelliTrace available only in the Ultimate SKU is due to the fact that each VS product has unique and differentiated value. IntelliTrace is a premier capability and as a result, only available in VS Ultimate. IntelliTrace does work for applications hosted in IIS. The key difference is that you cannot manually attach to the w3wp.exe process. Instead, you have to start your application under the debugger, i.e. press F5. As far as 64-bit and other non-supported scenarios are concerned, we will try our best to fill these gaps as soon as possible, however, I cannot promise you a timeline at this point. What I can tell you is that we've received feedback from several other users about supporting these types of scenarios.

  • Anonymous
    November 14, 2009
    Hi Habib, Thank you very much for your initiative and your attitude - it's a blessing :) Here are my questions:

  1. why does IntelliTrace not support local variables, and whther or not this will be available in the future? It seems to me a huge setback to be only able to view the method entry parameters and the return value. It is a huge deal to be able to explore the different versions of a variable, before and after calling a certain method, etc.
  2. What is being saved? string representation of objects values (by using the expression evaluator), or some serialized form of the entire objects themselves? This seems important, because in VS2010 Beta2, when I am in the history view, and I write some boolean expression in the debug watch window, such as "this.foundNode", i get an answer, but if I try to write a wee bit more complex expression, ie "!this.foundNode", I get a "Expression is not supported in historical mode".
  3. And most importantly, when looking at the variables that ARE available in the historical debugger in the watch window, and expanding them by using the + button, it seems like only the primitive types are available - all the others are marked as {unknown} - why? I assume there needs to be some control over how deep the historical debugger looks into the object graph and stores the information, but will we be able to control just how deep it goes? Thanks again,
  • Omer
  • Anonymous
    November 16, 2009
    Hi Habib,thx for the information you've shared so far. It's lucky for me currently working on this kind of so called "post-mortem" debugging issue. After read your articles and some videos from Channel9, I still have some question about the coming feature. Here are the questions:
  1. Can I create the dump file which is supported by Intellitrace other than running my apps in VS debug mode?
  2. From the video on Channel9 (http://channel9.msdn.com/shows/10-4/10-4-Episode-34-Debugger-Enhancements-and-Improvements/#Page=2), I saw the dump file needed for Intellitrace is quite large (about a hundred megabytes). I'm assuming it's a full memory dump file of debugging application. Do we always need such a large dump file to fully utilize Intellitrace funcitonality?
  3. Just the same as one of the question in the previous comment by Omer, is local variable accessible during Intellitrace? Thx, oh and you don't need to be such hurry in answering these questions, I can wait. :]