Please add a function that returns the contents of DumpStack as a string instead of writing it to the logfiles.
This allows the output to be processed for more precise error messages (e.g filtering out internal calls).
proto void DumpStackString(out string stack);
It was already added to DayZ back when I asked for it there. The implementation could be copy pasted maybe. https://feedback.bistudio.com/T159622