NAME 

winedbg - Wine's debugger

SYNOPSIS 

winedbg [ options ] [ program name [ program arguments ] | pid ]

winedbg --gdb [ options ] [ program name [ program arguments ] | pid ]

winedbg --auto pid

winedbg --minidump [ file.mdmp ] pid

winedbg file.mdmp

DESCRIPTION 

winedbg is a debugger for Wine. It allows:
+ debugging native Win32 applications
+ debugging Winelib applications.
+ being a drop-in replacement for Dr Watson