debugging issue

  • Thread starter Thread starter Stephanie Stowe
  • Start date Start date
S

Stephanie Stowe

I do not know if this is the right place. I cannot find a studio.net
group...

I want to debug and ASP.NET app. This app is always launched from our
classic ASP app. The ASP classic app has a page with client-side JScipt
which opens a window and a page from the ASP.NET app in it. The ASP.NET page
has JScript which references the window.opener.

I want to debug my ASP classic and ASP.NET at the same time. So I went into
the debugging properties for the ASP.NET app and selected wait for an
external process to connect. I started the ASP.NET project and it waited.
When I put a break point on server side code, it breaks and all is lovely.
BUT when I open Debug / Windows / Running Documents, there are none. So I
cannot select client-side code to debug.

Is there a way for me to debug client side code in this case?

Thanks

S
 
Hi Stephanie:

In Explorer under Tools -> Options -> Advanced - is disable script
debugging unchecked?
 
Scott Allen said:
Hi Stephanie:

In Explorer under Tools -> Options -> Advanced - is disable script
debugging unchecked?

Yup. I am not sure why that would have effected Visual Studio. But whatever
works. And that did. Thanks.
 
Back
Top