Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Add a feature gate to call DebugBreak on construction #298

@AqlaSolutions

Description

@AqlaSolutions

On Windows, when appropriate feature is enabled, it would be cool to be able to run this kind of code when constructing a Error struct:

    if (unsafe { winapi::um::debugapi::IsDebuggerPresent() != 0 })
    {
         unsafe { winapi::um::debugapi::DebugBreak(); }
    }

It would cause the debugger, if attached, to break at the time of error construction so it's possible to see the stack locals and even interact with things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions