Hello,
when my code triggers some assertion, the debugger stops in abort() and I get no backtrace:
xdc.runtime.Main: "somefile.cpp", line 343: assertion failure
xdc.runtime.Error.raise: terminating execution
abort() 0x8B84EFC0 (abort has only skeletal debug info)
That's quite impractical since I have no idea what lead to the assertion. Am I doing something wrong?
Thanks for your help,
Markus