Hi!
----
Is it possible to use DrMemory with Visual Studio 19's cdb (command line version of WinDBG) ? We're getting cases where a long-running, threaded server application running under DrMemory control randomly exits (DrMemory still prints leak information, and exit handlers are being called, too), which it should never do.
My idea would be to run the application with both DrMemory *AND* cdb, and set breakpoint for |exit()|, |_exit()| etc. to see at which point the application gets terminated - the question is whether this is a) possible and b) how to call the cdb/DrMemory combination...
----
Bye,
Roland