Can you debug other page client scripts? is this the only one with client
scripts you can not debug?
Size is not the problem, do you know if the script is working at least in
the beginning?
--
JPortelaS.
..Net developer
"nsimeonov@gmail.com" escribió:
[quoted text, click to view] > Hello,
>
> I'm developing a web applications and although I can debug virtually
> everything, even pages on other sites, I have a page in my application
> that doesn't allow me to debug... it reports the errors but I cannot
> debug it. The page is using XmlHttp requests and I admit it's fairly
> complex- over 5000 lines of HTML and javascript code... could this be
> the problem?
>
> Thanks in advance,
> Nikolay
>
[quoted text, click to view] > Can you debug other page client scripts? is this the only one with client
> scripts you can not debug?
Yes, I can... this page seems to be the only one I can't :(
[quoted text, click to view] > Size is not the problem, do you know if the script is working at least in
> the beginning?
The script is working and I'm figuring out problems in it using
"alert(...)" however it would be much better if I could figure out
where exactly the problem is not line 9876 char 123 without even noting
in which of the 10 included .js files it is etc.