I would like to use the firefox console in one of my script deployed in Alfresco (console.log) but figured out that I cannot even use "window" methods like alert(),
[javascript]
Failure: Failed to execute script 'workspace://SpacesStore/f922aad6-4137-41e7-99d0-a2d9f7d71f47': 05150412 ReferenceError: "alert" is not defined. (workspace://SpacesStore/f922aad6-4137-41e7-99d0-a2d9f7d71f47#46)
[/javascript]