Need to debug asp and javascript

G

gilgamesh

Hi there,
What's a good tool to use for debugging ASP pages which contain bunch of
javascripts?

Thanks,
Gilgamesh
 
E

Evertjan.

gilgamesh wrote on 22 mei 2004 in microsoft.public.inetserver.asp.general:
What's a good tool to use for debugging ASP pages which contain bunch of
javascripts?

Common sense.

=============================

ASP can be written in javascript, do you mean that?.

If you mean debugging clientside javascript [OT btw on this NG], try
debugging view-source-ing the browsers resulting file.
 
G

gilgamesh

I was referring to run time capability to stop the execution and view the
contents of different variable within the code, without using the alert
function. View-Source is probably not a good way to debug a page containing
5000 lines of JavaScript. Or maybe it is?
Thx.


Evertjan. said:
gilgamesh wrote on 22 mei 2004 in microsoft.public.inetserver.asp.general:
What's a good tool to use for debugging ASP pages which contain bunch of
javascripts?

Common sense.

=============================

ASP can be written in javascript, do you mean that?.

If you mean debugging clientside javascript [OT btw on this NG], try
debugging view-source-ing the browsers resulting file.
 
E

Evertjan.

gilgamesh wrote on 24 mei 2004 in
microsoft.public.inetserver.asp.general:
I got no answer here.
If you mean debugging clientside javascript [OT btw on this NG], try
debugging view-source-ing the browsers resulting file.
I was referring to run time capability to stop the execution and view
the contents of different variable within the code, without using the
alert function. View-Source is probably not a good way to debug a page
containing 5000 lines of JavaScript. Or maybe it is?

[please do not toppost]

"View-Source"?
So you ARE referring to clientside script. As I said, then you are asking
the wrong NG. In this NG j(ava)script is only on topic as serverside
script.

=================

btw, 5000 lines of script can only be debugged if you use strict modular
behavour in your programming. Serverside scripting could be an eyeopener
for you.

"run time capability to stop the execution and view
the contents of different variable within the code"

A breakpoint by any other name?

Easily build in serverside jscript-ASP:

response.write("<br>value a = " + a );
response.end
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,151
Messages
2,570,854
Members
47,394
Latest member
Olekdev

Latest Threads

Top