I am using FreeBsd 4.10 and am attempting to use winedgb. Winedbg will start and give me a bunch of messages and eventually a prompt if I start it with no parameters: $winedbg . .(Bunch of messages) . Wine-dbg>. If I add a parameter specifying some app, I get no output of any kind, no messages, no prompt appears, and winedbg appears to be hung. $winedbg <app name> A CTRL-C doesn't cause winedbg to break, either. In addition, trying to start winedbg with a --gdb parameter is rejected. ($winedbg --gdb <app name>).