In order to write a proper assert(bool)
function for testing my DXL programs, I would love to be able to print the call stack if the boolean is false.
Can anybody help me with either getting access to the call stack or finding a handy assertion function?