You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::abort will trigger the JIT debugger on Windows which is super annoying. I need to throw exceptions / catch them if no debugger is attached & abort/__debugbreak() if attached so that it still is easy to break when things go wrong.
The text was updated successfully, but these errors were encountered:
std::abort
will trigger the JIT debugger on Windows which is super annoying. I need to throw exceptions / catch them if no debugger is attached & abort/__debugbreak() if attached so that it still is easy to break when things go wrong.The text was updated successfully, but these errors were encountered: