Debugger is now called by exception handling.
Added 'pass' command to pass exceptions to the app.

diff --git a/debugger/info.c b/debugger/info.c
index b71c0c2..ec1f098 100644
--- a/debugger/info.c
+++ b/debugger/info.c
@@ -124,11 +124,10 @@
 "The commands accepted by the Wine debugger are a reasonable",
 "subset of the commands that gdb accepts.",
 "The commands currently are:",
+"  help                                   quit",
 "  break [*<addr>]                        delete break bpnum",
 "  disable bpnum                          enable bpnum",
-"  condition <bpnum> [<expr>]",
-
-"  help                                   quit",
+"  condition <bpnum> [<expr>]             pass",
 "  bt                                     cont [N]",
 "  step [N]                               next [N]",
 "  stepi [N]                              nexti [N]",
@@ -140,8 +139,6 @@
 "  show dir                               dir <path>",
 "  display <expr>                         undisplay <disnum>",
 "  delete display <disnum>                debugmsg <class>[-+]<type>\n",
-
-"Wine-specific commands:",
 "  mode [16,32]                           walk [wnd,class,queue,module,",
 "                                               process,modref <pid>]",
 "  info (see 'help info' for options)\n",