The new Historical Debugger coming in Visual Studio Team System 2010 promises to revolutionize the way you debug managed applications. You can think of it as something of a VCR for your debugger; "rewind" the debugging trace to examine the state of your
application at…
Hi, I am Daniel Moth This screencast assumes knowledge of the C++ AMP API, e.g. that you totally understand the matrix multiplication implementation in C++ AMP. So if you satisfy that prerequisite, watch this screencast on what features are available in Visual Studio 2012…
IE 8 Beta 2 is now available!
John Hrvatin, Program Manager of Internet Explorer Developer Tools sits down with me to discuss at a high level the new additions to IE 8's developer tools (aka Dev Tools). These include JavaScript performance profiling, CSS profiling and formatting exploration.
…
Software Developers Mario Hewardt and Daniel Pravat understand the complexities of debugging applications that run on Windows. In fact, they understand it so well they wrote a book,
Advanced Windows Debugging. They will also be presenting their knowledge at the PDC in October during both the…
I'm in Sweden this week and I got a chance to talk to legendary ASP.NET Debugger and Escalation Engineer Tess Ferrandez. In this video Tess shows me how to debug a dump of an ASP.NET Web Site with a pile of awesome and totally new features in Visual Studio 2010. I also talked to…
RADAR is a memory leak detection technology built into Windows 7 and integrated with Watson (error reporting) and AutoBug (automatic bug filing). It allows Microsoft product teams and third parties to discover and fix memory leaks early in the product
cycle and after release. Since RADAR runs…
In this episode of 10-4, Jason Olson is joined by Andrew Hall and Brad Sullivan to take a look at some new enhancements and improvements made to the debugger and debugging experience in
Visual Studio 2010. [2:10] - Sticky Data Tips[3:13] - Adding more values (including notes) to…
Author: Hi, I am
Daniel Moth
Introduction:
In Visual Studio 2010, the Parallel Computing team has delivered APIs and tools for developers wanting to build applications that take advantage of multiple cores. This video provides a glimpse on the managed APIs, debugging windows and…
Download PPTX slide here: Part 2 Performance Monitor is oftentimes an overlooked tool when troubleshooting application issues. But in the production environment, it can be invaluable to helping you determine just what kind of application issue you have. Perfmon has a lot to offer,…
UPDATED for the VS2010 Beta 2 release
Author: Hi, I am
Daniel Moth
Introduction:
As developers try to take advantage of more and more cores in their applications, ultimately more and more threads will execute their code at the same time. When debugging such applications, there is a need…