wtf icon indicating copy to clipboard operation
wtf copied to clipboard

std::abort is too annoying on Windows

Open 0vercl0k opened this issue 2 years ago • 1 comments

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.

0vercl0k avatar May 18 '23 04:05 0vercl0k

std::terminate + std::terminate_handler?

yrp604 avatar May 08 '25 06:05 yrp604