jrfonseca / drmingw

Postmortem debugging tools for MinGW.
GNU Lesser General Public License v2.1
273 stars 53 forks source link

mgwhelp.dll does not work with Process Explorer (GCC 8) #40

Open tim-lebedkov opened 5 years ago

tim-lebedkov commented 5 years ago

Bildschirmfoto vom 2019-04-07 10-36-51

jrfonseca commented 5 years ago

Process Explorer is not open-source. It will just use DbgHelp.dll, and never try to use MgwHelp.dll.

Note that although MgwHelp,dll strives to be a drop-in replacement for DbgHelp.dll, it does require programs to be modified to use it as opposed to DbgHelp.dll

tim-lebedkov commented 5 years ago

Please re-open the issue.

Process Explorer supports alternative DLLs.

Bildschirmfoto vom 2019-04-07 15-32-27

jrfonseca commented 5 years ago

Ah, I see. I'm not sure when I'll get to look into this, but I agree it's an issue.