Debugging in Visual Studio
Visual Studio 2010
You have created your application and resolved the build errors. You must now correct those logic errors that keep your application or stored procedures from running correctly. You can do this with the development environment's integrated debugging functions. These allow you to stop at procedure locations, inspect memory and register values, change variables, observe message traffic, and get a close look at what your code does.
Debugging with JIT Debugger with Visual Studio .net 2003 and Visual Studio 2010
On systems having Visual Studio .net 2003 and VS2010, the JITDebugger will only display the VS2010 option.
Enabling JIT to use VS 2003 by redefining vs2003 to use JIT (from options menu) won't help.
Neither modifying the registry as suggested.
Follow this article to enable JIT to use vs2003:
http://livshitz.wordpress.com/2011/04/13/jit20032010/
Enabling JIT to use VS 2003 by redefining vs2003 to use JIT (from options menu) won't help.
Neither modifying the registry as suggested.
Follow this article to enable JIT to use vs2003:
http://livshitz.wordpress.com/2011/04/13/jit20032010/