Created On:  03 January 2013

Problem:

We are trying to use the supplied VS 2010 Shell from Enterprise Developer and JIT, Just In Time, Debugging is not working. The user program never stops in the debugger. It just runs. How can this be done?

Resolution:

Although we supply the Visual Studio 2010 Shell as a default for the installation of Enterprise Developer, one cannot use it for Just In Time Debugging.  JIT requires the Pro version of Visual Studio 2010. So trying to compile from the command line or pass the directive INITCALL(CBL_DEBUGBREAK) will not trigger the Visual Studio JIT support.
Incident #2601383