My webpage contains :
I did a break points on the Tools.JS , but while debugging I didn’t found my JS in Script Documents (Run Time mode) , and i remarked the exclamation message on my BP saying that this break point willn’t be take in mind cause the JS document isn’t charged.
My question is : Is there another way to load a JS to be available in the debugging mode?
and how could i debug my JS in this case ?
Thanks in advance
Abdelrahman,
just writ keyword
debugger;
in your function
for example
for more detail : http://www.codestore.net/store.nsf/unid/DOMT-5UBUVW