32bit 64bit - How to specify 32-bit Windows Debugger in Visual Studio 2012 when doing kernel mode debugging -


i have 64-bit host/target, need use 32-bit version of windows debugger can load 32-bit debugging tool libraries. works fine when invoking windbg.exe directly, when use "kernel mode debugger" tool in visual studio 2012 (which 32-bit app btw) automatically loads 64-bit windows debugger:

microsoft (r) windows debugger version 6.2.9200.20512 amd64 copyright (c) microsoft corporation. rights reserved.

using 1394 debugging checking 1394 debug driver version. opened \.\dbg1394_instance44

when tool want:

microsoft (r) windows debugger version 6.2.9200.20512 x86 copyright (c) microsoft corporation. rights reserved.

using 1394 debugging checking 1394 debug driver version. opened \.\dbg1394_instance44

which exists on system , can connect fine when start windbg.exe directly.

here's documentation supports i'm trying (32-bit debugger on 64-bit host/target): http://msdn.microsoft.com/en-us/library/windows/hardware/ff539099(v=vs.85).aspx

anyone know if can specified @ time? or if have use windbg.exe directly accomplish this? thanks.

this accepted answer: i've resolved temporarily copying x86 directory in c:\program files (x86)\windows kits\8.0\debuggers new directory named x64 after renaming previous 1 _x64.

i'd still know if there option within visual studio select this.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -