Skip to content

debug_break sometimes doesn't break in MSVS #29

@pps83

Description

@pps83

Sample program:

#include "debugbreak.h"
int main()
{
    debug_break();
}

in latest vs2022/vs2019 once build, try to to step through using F10. Debugger happily steps over the breakpoint. If you put two of them, then the second one breaks.

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