cancel
Showing results for 
Search instead for 
Did you mean: 

using Javascript Debugger?

targa2000
Champ in-the-making
Champ in-the-making
what's the proper use of the Alfresco Repository JavaScript Debugger? 

I can get it to run the first time I start tomcat and Alfresco.  But once I find a problem, what should I do to be able to reuse the debugger without having to restart Tomcat?

Now, I cancel the script I'm running on the Alfresco side.  And when I run another script, the debugger seems to still be on the prior script.  Instructions?
2 REPLIES 2

invictus9
Champ in-the-making
Champ in-the-making
When it gets stuck like that, I just Disable the debugger and Enable it again. It is properly synched up once it is re-Enabled. I just have a bookmark with the debugger page, and flip to that to disable/enable it.

targa2000
Champ in-the-making
Champ in-the-making
Thanks for the info!