c++ - Invoking VS debugger on process crash vista-win8k -



c++ - Invoking VS debugger on process crash vista-win8k -

on xp, every time process crash os pop dialog asking if debug process. cant find way enable functionality on later version of windows. reiterate, want attach debugger native process that's auto broken on crash.

does know how done?

enable just-in-time debugging.

edit: since doesn't work you, additional suggestions -

make sure aedebug registry key values correct. setup wer create total crash dumps, , debug dumps. not sure this, possible user doesn't have debug permissions? have never checked that, assume prevent user beingness offered chance debug process (and if do, uac might circumvent them - don't know fact).

c++ visual-studio debugging windows-7 windows-xp

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -