is javascript debugging possible with coolite
Hi ,
I am usign VS 2008 and coolite 0.8.
But after putting a breakpoint in my javascript function the execution is not stopping in the breakpoint so i am putting alert to actully debugg teh code,
So, is it possible to debugg javascript with coolilite?
If yes then how???
Thank in advance
RE: is javascript debugging possible with coolite
What browser are you using? Each browser has their own javascript debugging tool. Firefox has firebug, IE has developer tool, Chrome has Javascript console.
I mainly use IE8 and its developer tool. F12 will bring it up.