cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug server side javascript in alfresco share

hanscrg
Champ in-the-making
Champ in-the-making
I write a piece of javascript code which is run as a rule action. Is there anyway we can put debug message and see the log file somewhere? Further more is there any developerment IDE that can help to write alfresco javascript code?

Thanks in advance.
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
You can use the Javascript debugger that you can enable it from this page on Share:
http://localhost:8080/share/service/api/javascript/debugger
You have to push the Enable button.
Hope this helps.