Because of all the compression of js, I am not able to debug my code
I have
events : {"onRender":"_com_onrender"},
_com_onrender : function (com,threadid
How do you guys debug? Is there a way to force stop inside this function?
I tried debugger; eval("debugger;");
nothing works.
Any pointer is really appreciated.
-Kumar.