cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger console not showing

gabri124
Champ in-the-making
Champ in-the-making
Hello I have some problems to debug web scripts with Alfresco's Debugger. (i have Alfresco Community v3.4.0 (c 3335))

I have enabled it http://localhost:8080/alfresco/service/api/javascript/debugger

But it is not showing, but my application stop on debug, but i cant follow the problem cause i dont see the window to do it.

Any idea? please, I'm blink working without debugger Smiley Sad
2 REPLIES 2

davix
Champ in-the-making
Champ in-the-making
Add the following line to installLocation/tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties

log4j.logger.org.alfresco.repo.web.scripts.AlfrescoRhinoScriptDebugger=on

I think this will cause the the debugger to appear when the server starts

gabri124
Champ in-the-making
Champ in-the-making
Add the following line to installLocation/tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties

log4j.logger.org.alfresco.repo.web.scripts.AlfrescoRhinoScriptDebugger=on

I think this will cause the the debugger to appear when the server starts


Thank's Davix but i have seen that 3.4 c don't show the console, i have install 3.4 d and it is showed.