chromelogger-cf icon indicating copy to clipboard operation
chromelogger-cf copied to clipboard

Backtrace information missing in Lucee

Open SebastianZ opened this issue 3 years ago • 0 comments

The generation of the backtrace information doesn't work in Lucee 5.3.

The reason for that is that the stack frames returned by createObject( "java", "java.lang.Thread" ).currentThread().getStackTrace() provide relative paths, while getMetaData( this ).path contains an absolute one.

Sebastian

SebastianZ avatar Dec 17 '20 23:12 SebastianZ