jrfonseca / drmingw

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

catchsegv clobbers Unicode arguments #66

Closed bigfarts closed 2 years ago

bigfarts commented 2 years ago

Unfortunately, because catchsegv uses CreateProcessA, it can discard Unicode arguments to the process that's running under it. I can try make the change for this but it seems a bit involved in places (especially debugger.h).