I've some trouble with JIT Debugging. In Visual Studio 2015 Express is available menu Tools->Options->Debugging->Just-In-Time? I can't see this menu in my VS -
I want use System.Diagnostics.Debugger.Launch();
to invoke debugger from code when some my plugin initializing. I can't find any official document, that in VS Express 2015 JIT is not supported.
Only this link https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/5hs4b7a6(v=vs.100) tell that VS Express 2010 not supported JIT, but I use 2015. In this link https://learn.microsoft.com/en-us/visualstudio/debugger/just-in-time-debugging-in-visual-studio?view=vs-2015 is some infomrmation about JIT in 2015 but not clear in version Express/Community/Pro ...
Some one know, is Visual Studio 2015 Express support JIT and have some docs/ emails from MS?
Visuall Studio Express Edition just not suport JIT debugging. Must stop process for ex. some message box or timmer and then attach to process.