Right now all engine builds are release builds without debug symbols. If a crash occurs, the call stack might look like this:
If we were to attach debug symbols (mac and linux) or offer additional symbol files (windows) we could have a nice callstack. Downside would be the extra download size.
Right now all engine builds are release builds without debug symbols. If a crash occurs, the call stack might look like this:
If we were to attach debug symbols (mac and linux) or offer additional symbol files (windows) we could have a nice callstack. Downside would be the extra download size.