Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug_break sometimes doesn't break in MSVS #29

Open
pps83 opened this issue Mar 7, 2024 · 0 comments
Open

debug_break sometimes doesn't break in MSVS #29

pps83 opened this issue Mar 7, 2024 · 0 comments

Comments

@pps83
Copy link

pps83 commented Mar 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant