diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-06-19 09:22:29 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-06-19 09:22:29 +0200 |
commit | 538b449ed5babe025df207cfdc6ca29d321dd67a (patch) | |
tree | a72cb0a4331adca763af400b5ff9ad9077376b0d /README.cross | |
parent | d633da43995f7457e487634016b2ca3bbc9245b2 (diff) |
Add a note about MinGW debugging TODO.
Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 6 |
1 files changed, 6 insertions, 0 deletions
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 |