How do step through javascript

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

How can i step through the execution of javascript in a aspx page? I'm
running asp.net 1.1

Thanks.
 
In IE, make sure script debugging is enabled.
Tools -> Internet Options -> Advanced -> Disablee script debuging check box -> Off
View -> Script Debugger -> Break at next statement

Bobby Ryzhy
bobby@ domain below
http://weekendtech.net

How can i step through the execution of javascript in a aspx page? I'm
running asp.net 1.1

Thanks.

Bobby Ryzhy
bobby @ domain below
http://weekendtech.net
 
Thanks that did it!

--
(e-mail address removed)
Bobby Ryzhy said:
In IE, make sure script debugging is enabled.
Tools -> Internet Options -> Advanced -> Disablee script debuging check box -> Off
View -> Script Debugger -> Break at next statement

Bobby Ryzhy
bobby@ domain below
http://weekendtech.net
 
Thanks for Bobby's informative suggestions.

Hi Moondaddy,

As for clientside script debuggin in VS.NET here is kb artical which may
also be helpful:

#HOW TO: Debug Client-Side Script in Visual Basic .NET
http://support.microsoft.com/default.aspx?id=317699

Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
 

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

Back
Top