Maybe it’s staring me in the face but I can’t seem to find a way to set the debugging output so I can view the variables, session, cookie etc.
Can somebody please point me in the right direction.
Thanks
Tech stack
- Lucee 6.1.1.118 (updating to 6.2.shortly)
- Java 11.0.21 (Eclipse Adoptium) 64bit
- Windows Server 2022 (10.0) 64bit
- IIS 10
You can enable it via the admin?
In ACF there’s an option in the debugging section, in Lucee, I can’t find it (in the admin panel)
here is where you would find settings for debug… what exactly are you having trouble with
You could try setting up the Step debugger
1 Like
I did go to those settings before I posted and I made all of them active, but none of them trigger display of variables
did you add a debug template?
are the logs showing up under Monitoring - logs?
If you are not in single mode, the logs will only show up under the web context (blud)
ahh you got it. I did look at the debugging templates and I either thought I did one, or I misread it and thought one was already present, the classic. My bad. Once I created a template based on classic, I get all the info I used to get with ACF that I am so used to.
THANKS!
1 Like
Cool! BTW You can sort the tables in our debugging output by clicking on the headers
There also my performance analyzer extension which provides aggregate views on this data across requests GitHub - zspitzer/lucee-performance-analyzer: Performance Analyzer plugin for Lucee, to be used in the Lucee Admin or Standalone.
2 Likes