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
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
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)
October, 2009
MSDN Blogs
>
Habib Heydarian's Blog @ Microsoft
>
October, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Habib Heydarian's Blog @ Microsoft
How to Count the Lines of Code (LOC) in your application using Visual Studio
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
2
Comments
I was talking to someone the other day and he asked me whether Visual Studio has a tool to count the lines of code in an application. It occurred to me that others might be interested in the answer so I decided to blog about it. There is a tool called...
Habib Heydarian's Blog @ Microsoft
Looking for questions or feedback on IntelliTrace
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
4
Comments
During the last few months, I've been blogging extensively about a new Visual Studio 2010 feature called IntelliTrace (formerly known as the "Historical Debugger"). We are very excited about IntelliTrace and think that it's going to change how...
Habib Heydarian's Blog @ Microsoft
Using IntelliTrace to view the return value of a VB or C# method
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
0
Comments
A few months ago, I blogged about how to view the return value of a C# or VB method in the Visual Studio debugger. As I explained in that blog post, the debugger does not support viewing the return value of a .NET method, so you have to apply a workaround...
Habib Heydarian's Blog @ Microsoft
IntelliTrace is not available. Why?
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
0
Comments
When using IntelliTrace, you might run across the following error message in the IntelliTrace window: IntelliTrace is not available. See the Debugger Output window or the Windows Application Events Log. Below is a list of reasons why you might see the...
Habib Heydarian's Blog @ Microsoft
The future of debugging is here! Visual Studio 2010 now supports stepping back in the debugger.
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
0
Comments
In my previous post Getting Started with Visual Studio 2010 IntelliTrace: Hello IntelliTrace! , I described how to use the new IntelliTrace feature in Visual Studio 2010 to debug an application. But there's more to IntelliTrace. IntelliTrace also allows...
Habib Heydarian's Blog @ Microsoft
Getting Started with Visual Studio 2010 IntelliTrace: Hello IntelliTrace!
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
0
Comments
One of the most talked about features in Visual Studio 2010 Beta 2 is IntelliTrace. In a nutshell, IntelliTrace allows a developer to record the application execution and play it back. Using IntelliTrace, a developer can do some cool things like step...
Habib Heydarian's Blog @ Microsoft
Visual Studio 2010 Beta 2: The Historical Debugger is now IntelliTrace!
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
0
Comments
Over the last few months, I've blogged a fair amount about a new feature in Visual Studio 2010 called the Historical Debugger. With the announcement of Visual Studio 2010 Beta 2 also comes a name change for the Historical Debugger. It is now called IntelliTrace...
Habib Heydarian's Blog @ Microsoft
How to edit code when debugging a 64-bit application
Posted
over 3 years ago
by
Habib Heydarian [MSFT]
0
Comments
One of the most popular features in the Visual Studio debugger is the ability to edit code during a debug session and have the changes apply without having to stop the debugger, recompile the application and then run the application to verify the changes...
Page 1 of 1 (8 items)