Skip to content

windows: replace AddVectoredExceptionHandler with SetUnhandledExceptionFilter #46

@a-teammate

Description

@a-teammate

According to https://stackoverflow.com/questions/28629351/is-addvectoredexceptionhandler-a-replacement-for-setunhandledexceptionfilter AddVectoredExceptionHandler gets notified every time an exception gets thrown and does not take into account whether that exception actually gets handled by the program.

What we want is SetUnhandledExceptionFilter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions