mflewittintergral
09/28/2022, 3:20 PMTim Badolato
09/28/2022, 3:25 PMdavidtat
09/28/2022, 3:30 PMTim Badolato
09/28/2022, 3:38 PMgetActiveMasterTransaction
I can see setTrappedThrowable
is a method in the dumpmflewittintergral
09/28/2022, 3:39 PMvoid setTrappedThrowable( Throwable throwable )
does existTim Badolato
09/28/2022, 3:41 PMcfcatch
exception, do I cast it to throwable
? How would I do that?mflewittintergral
09/28/2022, 3:42 PMexception = createObject( "java", "java.lang.Throwable" ).init( cfcatch );
stacktrace = cfcatch.stackTrace; exception.setStackTrace(cfcatch.getStackTrace());
Tim Badolato
09/28/2022, 3:45 PMError Details
tab, it's showing an HTML dump of the error, ie:
<table id="-lucee-err" cellpadding="4" cellspacing="1">
<tr>
<td colspan="2" class="label">Lucee 5.3.8.189 Error (application)</td>
</tr>
<tr>
<td class="label">Message</td>
<td>WEEEEE</td>
</tr>
.....
Is there a way to make FusionReactor render the HTML, short of writing a custom Chrome extension?