Skip to content

debug_break sometimes doesn't break in MSVS #29

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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