From 538b449ed5babe025df207cfdc6ca29d321dd67a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 19 Jun 2012 09:22:29 +0200 Subject: Add a note about MinGW debugging TODO. Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73 --- README.cross | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.cross b/README.cross index 992352157c33..e1074caecb49 100644 --- a/README.cross +++ b/README.cross @@ -206,6 +206,12 @@ Wine-dbg>x /50u rLibName->pData+10 TODO: +- make the debugging more convenient on (native) Windows + - check possibilities like WinGDB - http://www.wingdb.com/ + - or find / write a MSVS / WinDBG extension that can read MinGW debugging + symbols natively; more info + http://windbg.info/forum/12-symbol-and-source-files-/21-debugging-mingwgcc-built-dll-in-visual-studio.html + - installation - so far the make_installer.pl calls makecab.exe, uuidgen.exe, and others; would be best to avoid that if at all possible (using a free -- cgit