Display debug message

I’ve been trying to set up a server for debugging messages for some time.

This is a simple activity, but I do not know why it is not working with this server = /

Menu >> debuggin >> Setting, is active and with all options marked
Menu >> debuggin >> Templates, already tried with the local ip, external ip, all ips, nothing worked

I created a test page:

<cfscript>
	form.id = 1;
</cfscript>
<cfdump var="#application#" >

lucee-teste

even with a new application, I have no debug messages

Can you tell me what might?

System: Windows Server 2012 R2 (6.3) 64bit
Lucee 5.2.5.20
JAVA: 1.8.0_121 (Oracle Corporation) 64bit
Apache Tomcat/8.5.11

Hugs,
Victor

After many searches and restart the server a few times, I discovered that in the web luc adm, the debug this deactivates, activating started to work

1 Like