Skip to content

ext_qt: Fix DrMingw being bypassed on qFatal abort

Alvin Wong requested to merge alvinwong/krita:alvin/win-qt-abort-drmingw into master

Qt aborts using a fast-fail exception which bypasses DrMingw. Change to use DebugBreak which DrMingw is capable of catching and dumping a backtrace.

Merge request reports