View Single Post
  #2 (permalink)  
Old 01-17-2007, 11:20 AM
jfavero jfavero is offline
Project Contributor
 
Posts: 31
Default Debugging JavaScript

I think I stumbled on the answer to this. In the Zimbra client add
?debug=1 to the URL and in the JavaScript Code add:

DBG.println(AjxDebug.DBG1, "Hello World");

When the client comes up, a separate window is displayed and shows the
println statements. Make sure you turn off your pop-up blocker!!

Thanx Joe
Reply With Quote