Terminating WinDbg without stopping service

  • 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

  • I found at least one answer: 
    Gain control of the debugger if necessary, by issuing a BREAK, and then choose "Detach Debugee" or enter a ".detach" command from the Debug menu.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply