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

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -