I'm trying to avoid having the MS-SQL Service stop when I exit the debugger, after I have attached to it. Is there a trick to this?
I run WinDbg with -pb, and have tried both "Stop Debugging", and just closing the program.
Here's my command line:
C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbg.exe" -pd -y srv*c:\temp\symbols*http://msdl.microsoft.com/download/symbols
Thank you