Skip to content

Visual Studio 2015+ not catching all exceptions first #96

@dougbinks

Description

@dougbinks

See https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus/blob/master/Aurora/RuntimeObjectSystem/RuntimeObjectSystem_PlatformWindows.cpp#L44-L48

For VS2015+ we always handle exceptions ourselves, as VS changed to always catching these before the app. However C++ exceptions are handled first by the app, so they don't get a chance for the debugger to catch them.

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