Sign In
Visual Studio Debugger Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2010
debugger
IntelliTrace
iTrace
Managed Minidump Debugging
multithreaded debugging
Ultimate
Unhandled Exception
Visual Studio
Visual Studio 2010
Visual Studio 2010 Debugger
Visual Studio Debugger
Archive
Archives
May 2010
(1)
April 2010
(3)
March 2010
(1)
January 2010
(2)
December 2009
(1)
November 2009
(1)
MSDN Blogs
>
Visual Studio Debugger Team Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Debugger Team Blog
Visual Studio debugger fails to catch unhandled exception for a Windows Form or WPF Application?
Posted
over 2 years ago
by
Andrew B Hall - MSFT
8
Comments
Ever begin debugging a Windows Form to have the form close suddenly without the debugger alerting you to the exception? Or have you ever been stepping through the Form_Load event handler (or a method called by the Form_Load event handler) in a WPF application...
Visual Studio Debugger Team Blog
Can’t hit breakpoints in a plug-in or can’t debug .NET 2.0/3.0/3.5 from a mixed mode .exe project with Visual Studio 2010?
Posted
over 2 years ago
by
Andrew B Hall - MSFT
7
Comments
With Visual Studio 2010 came the release of Visual Studio .NET 4.0. .NET 4.0 adds a lot of great features and new capabilities; however with .NET 4.0 came a new 4.0 debug engine in Visual Studio 2010 (so there are now two managed debug engines, 2.0/3...
Visual Studio Debugger Team Blog
Why don’t I see “Debug with Mixed” when debugging the dump of a managed process in Visual Studio 2010
Posted
over 2 years ago
by
Andrew B Hall - MSFT
0
Comments
It has been well publicized that Visual Studio 2010 introduced the ability to debug dumps of managed processes in mixed mode (as opposed to the old days of native debugging + SOS in the Immediate Window ). The one fact about this new feature that often...
Visual Studio Debugger Team Blog
Jinx: Visual Studio plug-in for debugging multi-threaded code
Posted
over 2 years ago
by
Andrew B Hall - MSFT
4
Comments
Today I’m going to introduce a plug-in for Visual Studio (still in beta) that helps to speed up finding concurrency bugs in multi-threaded applications. Example of a concurrency bug Consider an application that has two threads (“Thread A” and “Thread...
Visual Studio Debugger Team Blog
Help! My console windows won't go away
Posted
over 2 years ago
by
brads
104
Comments
Many of you may be seeing an issue where your console windows won't close after you stop debugging. The symptoms of this issue include: · The console application does not terminate as expected after you stop debugging · The console windows can be...
Visual Studio Debugger Team Blog
Introducing IntelliTrace
Posted
over 2 years ago
by
IanHuff - MSFT
0
Comments
In the upcoming release of Visual Studio 2010 we’re going to be rolling out a very cool new feature called IntelliTrace to enhance and expand the Visual Studio debugger experience. In a nutshell, IntelliTrace is a black box for your debugging experience...
Visual Studio Debugger Team Blog
Visual Studio 2010 Beta2 hang while debugging?
Posted
over 2 years ago
by
Andrew B Hall - MSFT
0
Comments
Causes We have received numerous reports of Visual Studio 2010 Beta2 hanging while debugging. The two most common causes identified for this were a bug in IntelliTrace and an Internet Explorer 8 bug when debugging web applications. IntelliTrace Hang You...
Visual Studio Debugger Team Blog
What is a dump, and how do I create one?
Posted
over 3 years ago
by
Andrew B Hall - MSFT
4
Comments
What is a dump and how is it useful? A dump is a snapshot of an application at the point in time the dump is taken. It shows what was executing, what modules are loaded, and if saved with heap contains a snapshot of what was in the application’s...
Visual Studio Debugger Team Blog
Remote debugging on Win7 error: Unable to start debugging ...
Posted
over 3 years ago
by
samchan
0
Comments
If you are running msvsmon on a Win7 machine and are seeing the following error message when attempting to remote debug: --------------------------- Microsoft Visual Studio --------------------------- Error while trying to run project: Unable to start...
Page 1 of 1 (9 items)