I have a bug somewhere in my code that causes a fatal error. My logs just show:
Is there someway of writing a ScriptTrace() automatically if a fatal error occurs?
I guess I can start just manually adding logging to isolate where the issue is happening, but does anyone know of some way to just have it automatically log each method call, so i'd have an extensive stack trace?
Thanks in advance.
Code:
[1084.64] Log: === Critical error: === Fatal error! Address = 0xea0fcc (filename not found) [in F:\UDK\UDK-2013-07\Binaries\Win32\UDK.exe] Address = 0x1d2d72d (filename not found) [in F:\UDK\UDK-2013-07\Binaries\Win32\UDK.exe] Address = 0x1d2744b (filename not found) [in F:\UDK\UDK-2013-07\Binaries\Win32\UDK.exe] ...
I guess I can start just manually adding logging to isolate where the issue is happening, but does anyone know of some way to just have it automatically log each method call, so i'd have an extensive stack trace?
Thanks in advance.
Comment