One of the first things you need to know in order to debug managed applications with a native debugger such as cdb, windbg, etc., is how to dump a managed object. This is a task you'll repeat often if you spend any time at all debugging managed code. This episode demonstrates a couple ways to…
UPDATED for the VS2010 Beta 2 release
Author: Hi, I am
Daniel Moth
Introduction:
In the next version of .NET and C++ that ship with Visual Studio 2010, a new task-based programming model is introduced. In this short video you will learn about Parallel Tasks, a new debugger window…
Emily GibsonApr 20, 2010 at 9:11 AM5
MSDN Online Media
Avg Rating: 5
(1)
Bugs suck and debugging is hard! Did you take a class on debugging in college? Of course not. You've had to learn debugging by trial and error, with lots of emphasis on the error. Another question: have you read the Microsoft Visual Studio debugger documentation? Again, doubtful. According to the…
Hongwei Sun, Escalation Engineer, presented a session covering Debugging Tools for Windows that can be used for troubleshooting Windows at the 2009 File
Sharing
Windows Protocols Plug-fest. Hongwei answered windows debugging questions as well. Examples of how to use…
Auf dem Technical Summit 2008 durfte ich mit Steve Teixeira aus dem Parallel Computing Tools Team der Microsoft Corporation sprechen. Steve hat mir einige der Dinge
gezeigt die in Visual Studio 2010 kommen werden um Multithreaded Anwendungen einfacher im Debugger und Profiler analysieren…
SQL Server Profiler is a tool every developer should have in their repertoire. With the use of frameworks and abstractions, we often lose sight of what is actually hitting the database, and there’s no better way to get that information than SQL Server
Profiler. It has a few knobs and dials that…
geekSpeakSep 15, 2010 at 9:35 AM1
MSDN Online Media
Avg Rating: 0
In this episode of geekSpeak, Microsoft Most Valuable Professional (MVP) Doug Finke takes us on a deep dive into PowerShell from a developer's point of view. Doug shows techniques for integrating/debugging PowerShell from and to C# code as well as using
PowerShell with a Windows Presentation…
Author: Hi, I am
Daniel Moth
Introduction:
Developers using MPI to develop applications, have been experiencing severe productivity pains when it came to debugging those apps on the Windows HPC 2008 cluster. This video shows how easy "F5" now is for C++ MPI…
Part 2: http://channel9.msdn.com/posts/MDCC-TechTalk-Advanced-NET-Debugging-part-2 What do you do, when your .NET application crashes on the production servers and you can't reproduce the bug in-house? How do you detect memory leaks in a .NET application, when you can't inspect the memory usage…