All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.spark-debug-tools.0.5.source-code.debugscreen.ftl Maven / Gradle / Ivy

<#escape x as x?html>



    ${basic_type}
    
    
    
    
    
    
    


Spark Framework Debug

Follow Spark on Twitter Follow Spark on Google Plus Like us on facebook
<#list name as namePart>${namePart}

<#if message == "">No Exception Message<#else>${message}

Stack frames (${frames?size}):
<#assign found = false> <#list frames as frame>
${frames?size - frame?counter} ${frame.class} ${frame.function}
${frame.file}<#if frame.line != "-1">${frame.line}
<#assign found = false> <#list frames as frame>
${frame.file} <#if frame.canonical_path??> (${frame.canonical_path})
<#if frame.code??>
${frame.code}
<#--<#list 0..frames[i].comments?size-1 as commentNo> <#assign comment = frames[i].comments[commentNo]>
${comment.context} ${comment.text}
-->
<#list tables?keys as label> <#assign data = tables[label]>

${label}

<#if data?has_content> <#list data?keys as k>
Key Value
${k}
${data[k]}
<#else> EMPTY




© 2015 - 2024 Weber Informatics LLC | Privacy Policy