Scenario: Our program launches adplus at startup to monitor for crashes. So there is a cdb.exe process running.
At some point we want to detach cdb.exe but leave the program running.
Is there any way to do this? There is no UI for the cdb process.
I'm looking for some sort of way to do this from the command line.
Currently if we kill cdb, it also kills our process.