Adplus stop debugging process -
i have stupid question - how can stop debugging?
i run adplus -crash -0 path -pid number -mss symbols ..
then got message attached process. saw logs , mini dumbs in folder, want stop it. should do? not see commands in adplus detach process. how can it? can close cdb.exe command window or not?
thanks
you can break debugger (in cdb window, hit ctrl+c) , detach using qd
command.
you might want consider using procdump capture crash dumps -- more flexible, easy use, , supports both x86 , x64 processes in single package.
Comments
Post a Comment