• IntelliTrace Info

    IntelliTrace Web Requests

    • 2 Comments
    IntelliTrace Web Requests Moving forward the Visual Studio team is committed to bringing new updates to Visual Studio on a much faster cadence than the usual release and service pack cycle. As part of our run up to this commitment we’ve used...
  • IntelliTrace Info

    SP1 Beta 1 out (64-bit and Sharepoint support for IntelliTrace)

    • 1 Comments
    Not much new stuff to write about, as our next version plans are still being kept pretty close to our chest. But I did want to mention that the Beta for Visual Studio 2010 is out now and includes support for both 64-bit IntelliTrace and IntelliTrace for...
  • IntelliTrace Info

    My IntelliTrace Introduction for Visual Studio Magazine

    • 0 Comments
    I got a chance recently to write an article for Visual Studio Magazine providing an introduction to debugging with IntelliTrace. It just came out in the August print issue and the e-copy was just put up online here over the weekend. Check it out if you...
  • IntelliTrace Info

    Shakeups in Visual Studio

    • 1 Comments
    Sorry for the lack of posts for a while, we’ve had a few moderate changes in our development teams here in Visual Studio after shipping Visual Studio 2010. As it all shakes out, I’ve been moved from an IntelliTrace specific team to a Diagnostics...
  • IntelliTrace Info

    IntelliTrace links

    • 3 Comments
    IntelliTrace Links Currently our team is deep in the throes of MQ (Milestone Quality, essentially a chance to catch up on improving our own tooling, automation and build scenarios after a big release) so I’ve been a little short on time to post...
  • IntelliTrace Info

    Pinnable DataTips

    • 2 Comments
    A rare non-IntelliTrace focused blog entry for me. But I really don’t see much talk from customers about pinnable datatips and since these little buggers are one of my favorite new additions to the Visual Studio 2010 debugger I figured they could use...
  • IntelliTrace Info

    IntelliTrace on 64-bit apps using Microsoft Test Manager

    • 0 Comments
    From lots (and I do mean lots ) of customer tweets and comments we know that folks are unhappy with IntelliTrace not working with 64-bit applications. We knew that this was going to be an issue for many customers, but due to time constraints we just weren...
  • IntelliTrace Info

    IntelliTrace – What we collect

    • 7 Comments
    When introducing a new feature like IntelliTrace you’re bound to get a lot of incorrect information floating around about exactly what the feature is and how it works. In particular with IntelliTrace I see lots of confusion about exactly what data is...
  • IntelliTrace Info

    Creating custom IntelliTrace events

    • 0 Comments
    If you've read into IntelliTrace events at all you've probably seen the potential in writing your own customer events to log debugging data at specific trouble points in your own code, as opposed to just using the events that are predefined in the .NET...
  • IntelliTrace Info

    IntelliTrace Tales #1

    • 2 Comments
    Currently here at Microsoft (on the diagnostics team in particular ;) ) many of us are using IntelliTrace in our own day to day debugging work. This dogfooding process is a big part of Microsoft culture and something that we really need to keep growing...
  • IntelliTrace Info

    Navigating your source code with IntelliTrace debugging

    • 0 Comments
    If you’ve looked at previous articles on IntelliTrace you’ll have noticed that IntelliTrace has two main modes that it can run under. In the default mode IntelliTrace will just be collecting debugging data at the predefined IntelliTrace event points....
  • IntelliTrace Info

    IntelliTrace in Visual Studio Magazine

    • 0 Comments
    Visual Studio Magazine just posted an article online providing a little introduction to IntelliTrace from Jeff Levinson. Seemed worth a link if you are looking for another take on IntelliTrace and exciting from my end to see external content starting...
  • IntelliTrace Info

    IntelliTrace and CollectionPlan.xml

    • 0 Comments
    Even if you’ve already spent some time getting familiar with IntelliTrace (our new debugger logging feature in Visual Studio 2010 Ultimate ) and playing around with some of the advanced options you might not be aware of the CollectionPlan.xml file and...
  • IntelliTrace Info

    A Quick Tour of IntelliTrace Options

    • 0 Comments
    I’m the type of guy that when I fire up a new PC game my first stop before I even start playing is the options menu. I like to tweak things to my liking and even if I leave everything at default I like to know what options are there. If you have the same...
  • IntelliTrace Info

    IntelliTrace and Microsoft Test Manager

    • 3 Comments
    One of our main goals with IntelliTrace was to help close down the “no repro” gap between developers and testers. It’s frustrating and a waste of time and resources to have testers and developers going back and forth with testers reporting issues and...
  • IntelliTrace Info

    IntelliTrace iTrace Files

    • 3 Comments
    If you are not familiar with the new IntelliTrace feature in Visual Studio Team System 2010 than you might want to first check out either my or John Robbins’ introductions to this feature as a general overview of IntelliTrace would be helpful before digging...
  • IntelliTrace Info

    Adios Historical Debugging. Hello IntelliTrace.

    • 0 Comments
    It’s been a little while since I’ve gotten a post up here due in part to two main reasons. First off, we’ve been pushing really hard as a dev team in getting Beta 2 polished up and out the door. And secondly, the actual name of our feature has been in...
  • IntelliTrace Info

    IntelliTrace Events

    • 3 Comments
    IntelliTrace Events (edited 1/27/2010 to update branding from Diagnostic Event to IntelliTrace Event) If this post is the first time that you have heard about the IntelliTrace feature in Visual Studio Team System 2010 , then you might want to first...
  • IntelliTrace Info

    Back To Blogging

    • 1 Comments
    Back to Blogging So for the last 18 months or so there has been nary a peep on this blog about anything. One contributing factor to this extended period of silence would happen to be the fact that I now have an 18 month old daughter and I was feeling...
  • IntelliTrace Info

    IntelliTrace in Visual Studio 2010 Ultimate

    • 9 Comments
    IntelliTrace in Visual Studio 2010 Ultimate What is IntelliTrace in a nutshell? If you’ve been in the development world for any length of time you’ve probably ended up in a situation like one of the following more than a few times. · You’ve received...
  • IntelliTrace Info

    Collecting performance counter information with the Visual Studio Team System profiler

    • 6 Comments
    Collecting performance counter information with the Visual Studio Team System profiler Introduction If you have ever done performance work on Windows systems you are probably already familiar with the PerfMon tool . This tool gives you an overview...
  • IntelliTrace Info

    Pinpoint a performance issue using hotpath in Visual Studio 2008

    • 15 Comments
    Analyzing a performance report When you first open a performance report in Visual Studio 90% of the time the question on your mind is “where is my program spending most of its time?” In Visual Studio 2005 the best way to find this was to move to...
  • IntelliTrace Info

    The New Developer Menu in Visual Studio Team System

    • 2 Comments
    The new Developer menu in Visual Studio Team System In my recent series of blog posts I’ve been covering some of the cool new features that the Visual Studio Profiler team has been adding to the code profiler that is included with Visual Studio...
  • IntelliTrace Info

    The Visual Studio Profiler Data Collection Control Part 1: Excluding Application Startup Time

    • 11 Comments
    The Visual Studio Profiler Data Collection Control Part 1: Excluding Application Startup Time Even if you are familiar with Visual Studio Team System you may not already know that a powerful profiler is included with both the Developer and Team Suite...
  • IntelliTrace Info

    Comparing performance reports with the Visual Studio Team System Profiler

    • 27 Comments
    Comparing performance reports with the Visual Studio Team System Profiler With the recent release of the first Beta for Visual Studio Team System ( codename Orcas ) customers will get their first chance to see all the great new features that we...
Page 1 of 4 (95 items) 1234