Added gdb tip.

This commit is contained in:
Andreas Mohr 1998-10-11 17:40:28 +00:00 committed by Alexandre Julliard
parent c21650e17f
commit 832e498565

View file

@ -113,7 +113,9 @@ relevant developer as feasonable.
6. If that isn't enough add more debug output for yourself into the 6. If that isn't enough add more debug output for yourself into the
functions you find relevant. See documentation/debug-msgs. functions you find relevant. See documentation/debug-msgs.
You might also try to run the program in gdb instead of using the You might also try to run the program in gdb instead of using the
WINE-debugger. If you don't use the "-desktop" or "-managed" option, WINE-debugger. If you do that, use "handle SIGSEGV nostop noprint"
to disable the handling of seg faults inside gdb (needed for Win16).
If you don't use the "-desktop" or "-managed" option,
start the WINE process with "-sync", or chances are good to get X into start the WINE process with "-sync", or chances are good to get X into
an unusable state. an unusable state.