Steps :
1. install Debugging Tools for Window x64.
2. run command prompt with administrator authority
3. change directory to the Debugging Tools for Windows installed folder and run the command "CDB.EXE -iae". As a result, Auto and Debugger settings are added shown below.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Auto"="1"
"Debugger"="\"C:\\Program Files\\Debugging Tools for Windows\\cdb.exe\" -p %ld -e %ld -g"
4. Using regedit, add below settings.
WOW6432Node\Microsoft\Windows NT\Current Version\AeDebug
"Auto"="1"
"Debugger"="\"C:\\Program Files\\Debugging Tools for Windows\\cdb.exe\" -p %ld -e %ld -g"
Thursday, May 17, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment