jrfonseca / drmingw

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

Search for debug symbols in .debug folder #14

Closed renatosilva closed 8 years ago

renatosilva commented 9 years ago

The .gnu_debuglink feature used by GDB allows for placing the debug symbols alongside the executables but also within a .debug folder at the same place. This is a follow-up to issue #11 since Dr. MinGW lacks support for this alternative.