ChangeSet ID: 22807 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: jnewman@winehq.org 2006/02/06 12:56:45
Modified files: wwn : wn20060122_303.xml
Log message: fix some malformatted XML
Patch: http://cvs.winehq.org/patch.py?id=22807
Old revision New revision Changes Path 1.2 1.3 +2 -2 lostwages/wwn/wn20060122_303.xml
Index: lostwages/wwn/wn20060122_303.xml diff -u -p lostwages/wwn/wn20060122_303.xml:1.2 lostwages/wwn/wn20060122_303.xml:1.3 --- lostwages/wwn/wn20060122_303.xml:1.2 6 Feb 2006 18:56:45 -0000 +++ lostwages/wwn/wn20060122_303.xml 6 Feb 2006 18:56:45 -0000 @@ -591,14 +591,14 @@ there is interested here's how it is set </p><p> In regedit:
-<ul><li> disabled auto winedbg by renaming AeDebug<br> +<ul><li> disabled auto winedbg by renaming AeDebug<br /> I changed HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/Current Version/AeDebug to AeDebug-DISABLED. Without this gdb doesn't seem to be able to get a hold of SEGFAULTs.</li></ul> </p><p> In eclipse's Run/Debug dialog box:
-<ul><li> set the c/c++ application to WINE_SRC/loader/wine-pthread<br> +<ul><li> set the c/c++ application to WINE_SRC/loader/wine-pthread<br /> WINE_SRC points to a compiled version of wine. For me, I got the wine src rpm and ran rpmbuild -bb. This is where main() is, which eclipse looks for at start up.</li>