[Bug 24524] New: Cannot disable the debugger

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 26 04:39:56 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24524

           Summary: Cannot disable the debugger
           Product: Wine
           Version: unspecified
          Platform: x86
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: kernel32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: rgovostes at gmail.com


According to kernel32/except.c, there are only two behaviors supported by Wine:

1) (with AeDebug\Auto = 0) show a dialog when a crash occurs

2) (with AeDebug\Auto = 1) run a debugger process

There doesn't seem to be a way to have the program terminate on a crash. I
suppose a program could override it by changing the exception handler but the
default start_debugger() handler has this functionality.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list