KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_assert.cpp File Reference
#include <qa_utils/wx_utils/wx_assert.h>
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <boost/stacktrace.hpp>

Go to the source code of this file.

Namespaces

namespace  KI_TEST
 

Functions

void KI_TEST::ReportAssertOffMainThread (const wxString &aFile, int aLine, const wxString &aFunc, const wxString &aCond, const wxString &aMsg)
 Print a wx assertion that fired outside the main thread, then exit the process.