bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

UberLogger does not show full callstack for unhandled exceptions #33

Open Kalmalyzer opened 7 years ago

Kalmalyzer commented 7 years ago

With the current version of UberLogger, the callstack shown for unhandled exceptions is not very useful.

Example when I raise a NotImplementedException() deep within the codebase:

Unity callstack: callstack-unity

UberLogger callstack: callstack-uberlogger

The UberLogger callstack is not helpful for diagnosing where things went wrong.

I'll look into this myself in some days.

Kalmalyzer commented 7 years ago

Testing again with Unity 2017.1.0f3, I am unable to reproduce it right now. It might be that this only happens under certain circumstances; will report back if/when I get a reliable repro case with the current codebase.