http://bugs.winehq.com/show_bug.cgi?id=767
*** shadow/767 Tue Jun 4 20:58:40 2002 --- shadow/767.tmp.16369 Tue Jun 4 20:58:40 2002 *************** *** 0 **** --- 1,28 ---- + +============================================================================+ + | Unable to start debugger / recurrent "parse error" message | + +----------------------------------------------------------------------------+ + | Bug #: 767 Product: Wine | + | Status: UNCONFIRMED Version: CVS | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-debug | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: spetreolle@yahoo.fr | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Running debugger invoked as 'winedbg' everywhere writes endless : + Wine-dbg>parse error + + and everytime the debugger is launched by a program, the same message appears + and the backtrace is written endless. So I must kill all process. + + The only way to launch it without errors is to launch './winedbg' in source tree + or launch the debugger with '--debugmsg +module'. + + If I launch 'winedbg _someapp_', the program starts automatically without being + asked to. \ No newline at end of file