zodiacon / WinDbgX

An attempt to create a friendly version of WinDbg
93 stars 21 forks source link

Debugger Not Connected #2

Closed halsten closed 7 years ago

halsten commented 7 years ago

Compiles fine, no problems whatsoever. I open the GUI, everything is disabled and it says at the status bar that Debugger not connected. Any ideas? Very nice project indeed. Would love to actually be able to test this.

--halsten

zodiacon commented 7 years ago

Sorry... you need the DLLs for the debugger engine and extensions from the debugging tools for Windows (or take from the release I provide)

halsten commented 7 years ago

I would have done that, but you only provided 64bit version. I would like to use it on my VM which is 32bit.

zodiacon commented 7 years ago

Then you'll have to copy the relevant files from c:\Program Files (x86)\Windows Kits\10\Debuggers\x86

zodiacon commented 7 years ago

My bad - I'll try to add an x86 version

halsten commented 7 years ago

No problem, I can copy any DLL from that directory. I already have WinDBG installed. Can you let me know which DLLs should I copy?

zodiacon commented 7 years ago

Just look at the x64 version - the exact same DLLs. basically that's the DLLs in the root folder and the extensions sub folders

halsten commented 7 years ago

Thanks! I guess you can close this issue now.

halsten commented 7 years ago

Sorry to open it again, but that didn't help. Copying all the necessary files and folders did not help.

zodiacon commented 7 years ago

I'll get an x86 release as soon as I can. In the meantime, you can test on your dev machine (x64). It doesn't install anything or interfere with anything.