views:

13

answers:

1

vsjitdebugger gets more annoying when i switched to windows 7. :(

i'm a commandline person (vim, msbuild and vsjitdebugger) when developing .NET. I'm looking for a better vsjitdebugger alternative that automatically attaches the application to visual studio (or any application that is less annoying than vsjitdebugger.)

TIA :)

A: 

From here

To begin Just-In-Time debugging when an error occurs

In the Just-In-Time Debugging dialog box, in the Possible Debuggers list, click New instance of Visual Studio 2010 or click an instance of Visual Studio 2010 that is already running.

To use Visual Studio automatically for all future crashes, click Set the currently selected debugger as the default.

If you want to choose what types of code you will be able to debug, click Manually choose the debugging engines. If you do not choose this option, Visual Studio automatically selects the appropriate debug engines for the type of code in your program.

Click OK.

Preet Sangha