Sign in
Habib Heydarian's Blog @ Microsoft
Program Manager for Microsoft Robotics, Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Announcements
Code Analysis
Debugging
DinnerNow.net
Historical Debugger
IntelliTrace
Performance Tuning
Team System 2010
Technology
Visual Studio 2008
Visual Studio 2010
VSTS Administering
VSTS Developing
Windows 7
Windows 8
Archive
Archives
September 2011
(1)
December 2009
(1)
November 2009
(2)
October 2009
(8)
September 2009
(6)
August 2009
(13)
July 2009
(23)
June 2009
(22)
February 2009
(1)
November 2008
(1)
October 2008
(1)
September 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Habib Heydarian's Blog @ Microsoft
RUNTIME turns 100,000!
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
Today represents a huge personal milestone. My car reached a 100,000 miles! There is nothing unique or special about my car except the license plate and the Visual Studio logo on the hood. Most of my friends refer to the car as RUNTIME (for obvious reasons...
Habib Heydarian's Blog @ Microsoft
Debugging a COM object (Runtime Callable Wrapper) with Visual Studio 2010
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
If you have written managed code that uses a COM object, then you are probably familiar with System.__ComObject . When a COM object lacks a Runtime Callable Wrapper (RCW), the CLR provides a generic RCW which is an instance of the type "System.__ComObject"...
Habib Heydarian's Blog @ Microsoft
Coverage of the Visual Studio 2010 Historical Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
During the last couple of months, I've covered the Historical Debugger extensively. If you are interested in learning more about this new feature in Visual Studio 2010, the following blog entries should help you get started. An in depth look at the Historical...
Habib Heydarian's Blog @ Microsoft
An in depth look at the Historical Debugger in Visual Studio 2010 (Part VI)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
In previous blogs, I have covered the Historical Debugger extensively and talked about many of the scenarios. In this post, I'll walk through another scenario where the Historical Debugger is very useful which is Load Testing. When loading testing an...
Habib Heydarian's Blog @ Microsoft
Class Breakpoint: How to set a breakpoint on a C++ class in the Visual Studio Debugger
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
When debugging an application, there are times when you want the debugger to stop whenever any of the functions in a particular class are called. An example of this may be when you are trying to find out which object is calling your class. Of course,...
Habib Heydarian's Blog @ Microsoft
Troubleshooting common breakpoint problems in the Visual Studio debugger (Part I)
Posted
over 4 years ago
by
Habib Heydarian [MSFT]
0
Comments
On the Visual Studio debugger team, one of the areas where we regularly receive feedback is when breakpoints don't work. Furthermore, some of the error messages that the debugger displays when a breakpoint fails are generic so it might be hard to diagnose...
Page 1 of 1 (6 items)