Currently when an exception is thrown in a managed thread all that is printed out is the name of the exception with no further details. This makes it so that if a managed thread throws an exception than the name of the thread and the full stack trace will be printed.
Currently when an exception is thrown in a managed thread all that is printed out is the name of the exception with no further details. This makes it so that if a managed thread throws an exception than the name of the thread and the full stack trace will be printed.