Commit 832e4985 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added gdb tip.

parent c21650e1
......@@ -113,7 +113,9 @@ relevant developer as feasonable.
6. If that isn't enough add more debug output for yourself into the
functions you find relevant. See documentation/debug-msgs.
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
an unusable state.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment