473,395 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Aspx with JavaScript Debugging

Hi group,
I am wondering if anyone knows how to debug client side java script in an
aspx page with Visual Studio .NET. Is this possible? I remember reading
about this a few months ago but now I can't find it anymore. The article had
said that you can even do step in and step out functionality.
If anyone knows how to do this or has a link I would greatly appreciate it.

Thanks in advance.
Landi
Nov 16 '05 #1
5 1208
Yes, it is possible. But you have to attach to the iexplorer process running
your page, instead of aspnet_wp. aspnet_wp let's you do the server side
debugging.

"Landi" <ac********@comcast.net> wrote in message
news:ul****************@TK2MSFTNGP11.phx.gbl...
Hi group,
I am wondering if anyone knows how to debug client side java script in an
aspx page with Visual Studio .NET. Is this possible? I remember reading
about this a few months ago but now I can't find it anymore. The article had said that you can even do step in and step out functionality.
If anyone knows how to do this or has a link I would greatly appreciate it.
Thanks in advance.
Landi

Nov 16 '05 #2
Marina, Thanks for your reply.
I tried to do that and it wouldn't catch the break point. Any suggestions?

--Landi

"Marina" <so*****@nospam.com> wrote in message
news:ea****************@TK2MSFTNGP12.phx.gbl...
Yes, it is possible. But you have to attach to the iexplorer process
running
your page, instead of aspnet_wp. aspnet_wp let's you do the server side
debugging.

"Landi" <ac********@comcast.net> wrote in message
news:ul****************@TK2MSFTNGP11.phx.gbl...
Hi group,
I am wondering if anyone knows how to debug client side java script in an
aspx page with Visual Studio .NET. Is this possible? I remember reading
about this a few months ago but now I can't find it anymore. The article

had
said that you can even do step in and step out functionality.
If anyone knows how to do this or has a link I would greatly appreciate

it.

Thanks in advance.
Landi


Nov 16 '05 #3
I have sometime seent it be not too reliable about actually stopping at
breakpoints. Sometime I have to resort to putting a 'debugger' statement in
there, which cause IE to pop up the 'do you wan to debug' message, and then
i chose VS.NET 2003 as the debugger I want to use.

"Landi" <ac********@comcast.net> wrote in message
news:uC****************@TK2MSFTNGP11.phx.gbl...
Marina, Thanks for your reply.
I tried to do that and it wouldn't catch the break point. Any suggestions?

--Landi

"Marina" <so*****@nospam.com> wrote in message
news:ea****************@TK2MSFTNGP12.phx.gbl...
Yes, it is possible. But you have to attach to the iexplorer process
running
your page, instead of aspnet_wp. aspnet_wp let's you do the server side
debugging.

"Landi" <ac********@comcast.net> wrote in message
news:ul****************@TK2MSFTNGP11.phx.gbl...
Hi group,
I am wondering if anyone knows how to debug client side java script in an aspx page with Visual Studio .NET. Is this possible? I remember reading
about this a few months ago but now I can't find it anymore. The
article had
said that you can even do step in and step out functionality.
If anyone knows how to do this or has a link I would greatly appreciate

it.

Thanks in advance.
Landi



Nov 16 '05 #4
hey all,
visual studio supports client-side script quite nicely..i've been using it
for awhile now.
here's the article:

http://support.microsoft.com/kb/816173/EN-US/

basically, configure IE to allow script debugging and add the keyword
"debugger" to your javascript.

ok,
aq

"Marina" <so*****@nospam.com> wrote in message
news:ea****************@TK2MSFTNGP12.phx.gbl...
Yes, it is possible. But you have to attach to the iexplorer process running your page, instead of aspnet_wp. aspnet_wp let's you do the server side
debugging.

"Landi" <ac********@comcast.net> wrote in message
news:ul****************@TK2MSFTNGP11.phx.gbl...
Hi group,
I am wondering if anyone knows how to debug client side java script in an aspx page with Visual Studio .NET. Is this possible? I remember reading
about this a few months ago but now I can't find it anymore. The article

had
said that you can even do step in and step out functionality.
If anyone knows how to do this or has a link I would greatly appreciate

it.

Thanks in advance.
Landi


Nov 16 '05 #5
Thanks Ahmed that was useful.

-Landi
"Ahmed Qurashi" <ah**********@gmail.com> wrote in message
news:eO***************@TK2MSFTNGP11.phx.gbl...
hey all,
visual studio supports client-side script quite nicely..i've been using it
for awhile now.
here's the article:

http://support.microsoft.com/kb/816173/EN-US/

basically, configure IE to allow script debugging and add the keyword
"debugger" to your javascript.

ok,
aq

"Marina" <so*****@nospam.com> wrote in message
news:ea****************@TK2MSFTNGP12.phx.gbl...
Yes, it is possible. But you have to attach to the iexplorer process

running
your page, instead of aspnet_wp. aspnet_wp let's you do the server side
debugging.

"Landi" <ac********@comcast.net> wrote in message
news:ul****************@TK2MSFTNGP11.phx.gbl...
> Hi group,
> I am wondering if anyone knows how to debug client side java script in an > aspx page with Visual Studio .NET. Is this possible? I remember reading
> about this a few months ago but now I can't find it anymore. The
> article

had
> said that you can even do step in and step out functionality.
> If anyone knows how to do this or has a link I would greatly appreciate

it.
>
> Thanks in advance.
> Landi
>
>



Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: alonzo | last post by:
I am working on a piece of javaScript code and using MIE 6.0. I have and error and I would like to use a debugger to locate the error. Is there a debugger for MIE? How do I turn the debugger on...
6
by: John Rivers | last post by:
hi, here is how to do it and restore sanity to aspx html rendering: (please only reply with sensible architectural discussion - juan) put this at the end of an aspx file (or use an include at...
3
by: =?Utf-8?B?UGhpbCBKb2huc29u?= | last post by:
Hi, This is an issue that happens to me and everybody else I know and I've never found a way around it. In Visual Studio (currently using 2003 but the same has happened for me in 2005 and...
6
by: Morgan Packard | last post by:
Hello, Wondering what everyone's experience with breakpoint debugging is here. I've been using firebug for a few years and, while I'm delighted to have _some_ debugging ability, I've found it to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.