accuya/google-breakpad

Windows handler shouldn't handle EXCEPTION_BREAKPOINT

Closed this issue · 2 comments

Our Windows handler implementation should ignore EXCEPTION_BREAKPOINT and
EXCEPTION_SINGLE_STEP.  This will bring it in line with our Mac
implementation, which ignores breakpoints by not registering to receive
their associated exceptions.

Original issue reported on code.google.com by mmento...@gmail.com on 18 Jan 2007 at 11:35

Original comment by mmento...@gmail.com on 19 Jan 2007 at 7:08

Attachments:

Original comment by ted.mielczarek on 8 May 2007 at 11:21

  • Changed state: Fixed