Go to the source code of this file.
◆ MR_std_string
◆ MR_getCurrentStacktraceInline()
returns string representation of the current stacktrace; the function is inlined, to put the code in any shared library; if std::stacktrace is first called from MRMesh.dll then it is not unloaded propely Generated from function MR::getCurrentStacktraceInline
. Never returns null. Returns an instance allocated on the heap! Must call MR_std_string_Destroy()
to free it when you're done using it.
◆ MR_printStacktraceOnCrash()
MRC_API void MR_printStacktraceOnCrash |
( |
void | | ) |
|