Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio 2008   (RSS)

How to Count the Lines of Code (LOC) in your application using Visual Studio

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

How to edit code when debugging a 64-bit application

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.
Posted by habibh | 0 Comments

Class Breakpoint: How to set a breakpoint on a C++ class in the Visual Studio Debugger

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,
Posted by habibh | 0 Comments

Troubleshooting common breakpoint problems in the Visual Studio debugger (Part I)

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

How to debug a 64-bit dump using the Visual Studio debugger

One of the questions that comes up about debugging dump files is how to debug a dump file that was created from a 64-bit process. The reason why this question comes up is because Visual Studio itself is a 32-bit application and therefore, cannot debug

A few facts about the DinnerNow.net 3.1 sample application

Now that the DinnerNow.net 3.1 sample application has been released, I thought I'd share some information about the project to help developers learn more about DinnerNow.net and what they can expect after downloading it. The following table summarizes

DinnerNow.net 3.1 for Windows 7 and Windows Server 2008 R2 released

DinnerNow.net 3.1 follows in the footsteps of the 3.0 release of DinnerNow.net by adding support for new Microsoft operating systems and platforms. New in DinnerNow 3.1 is support for Windows 7 and Windows Server 2008 R2. Also, DinnerNow 3.1 adds support

How to detect the .NET Framework directory using PowerShell

As 64-bit machines become mainstream, one of the problems that developers run into is dealing with registry keys and directories. This is because many applications and runtimes are designed to run on both 64-bit and WOW64 . The problem comes about because
Posted by habibh | 0 Comments

Just released: Patch to make NetCFSvcUtil.exe work on Windows 7 (and other operating systems)

In an earlier blog post , I mentioned that NetCFSvcUtil.exe (available as part of Power Toys for .NET Compact Framework 3.5) is broken on the following operating systems: Window 7 RTM Windows Server 2008 R2 Windows Vista SP2 Windows Server 2008 SP2 Specifically,

Windows 7 RTM Training Kit For Developers is here!

If you are a developer and you are planning to write applications for Windows 7, then one of the best places to start is the Windows 7 Training Kit For Developers which was released today. The Window 7 Training Kit has everything you need to get started
Posted by habibh | 0 Comments

Debugging 101: How to skip over code in the Visual Studio Debugger

One of the questions that comes up regularly on newsgroups is "How do I skip over a section of my code in the Visual Studio debugger?" The answer depends on the meaning of the word "skip" but in general, there are three ways that you

Quick Tip: How to move a breakpoint in the Visual Studio debugger

Setting a breakpoint in the Visual Studio debugger is as simple as placing your cursor on a line of code and pressing F9. However, once you've set the breakpoint, how do you move it to a different location since clicking on the breakpoint will delete
Posted by habibh | 0 Comments

The Visual Studio Output window: It has more to offer than meets the eye

At first glance, the Visual Studio Output window appears to be a boring tool whose only role in life is to display status information. However, look more closely and you will find that it provides several features that can be extremely useful. Below,
Posted by habibh | 2 Comments
Filed under:

How to install and configure the DinnerNow.net 3.0 sample application [Video]

About two weeks ago, version 3.0 of the DinnerNow.net sample application was released and I covered the release in this blog . Since then, there have been close to 800 downloads of the application. To help people ramp up on DinnerNow, I've created a short

Walkthrough: Debug a WPF window or Windows Form without running your application [Video]

Most Windows GUI applications share a common trait. They all have multiple forms and/or dialogs. In the screenshot below, this simple application alone has four WPF windows. If I want to debug the main window, that's easy. I just press F5 and the main
Posted by habibh | 0 Comments
More Posts Next page »
 
Page view tracker