Has anyone gotten a debugger attached to mshta.exe after installing IE9? (64bit or WOW64)
Has anyone gotten a debugger attached to mshta.exe after installing IE9? (64bit or WOW64)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m on a Vista x64, so I have to contend with the 32bit/64bit barrier.
HTA
(mshta32)
(mshta64)
Launching
Debugger
Normally I would use the
debuggerkeyword to initiate the launching of the debugger, however with IE9, it doesn’t seem to do that anymore. I must launch the debugger first, attach to the mshta.exe process manually (only supports 32bit). Then everything appears to work fine!EDIT:
With coworkers, different machine have exhibited different behaviors:
debuggerkeyword works fineMSHTA.EXEfrom the debugger doesn’t workI haven’t yet found a silver bullet.