Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

debug

Status
Not open for further replies.
Aug 27, 2004
66
0
0
IE
How do I debug ASP? Yes I am a newbie with Visual Studio 6 and IE6.

thanks for any help
 
on error event:
<%
on error resume next
aasdasdsd

response.write err.description
%>

Known is handfull, Unknown is worldfull
 
okay - I have figured the point of "aasdasdsd".

Is there not a way of stepping through the code like you can with VB code?

 
Yes there is a way to step through. Set a breakpoint and hit F11.
 
Hi CmptrTk

so you can do this in visual interdev presumably? I have tried, but can't work it out. Do you need to attach to a process - i.e. Iexplorer.exe ??
Even when I do this, although it looks more like a debug screen it does not take notice of the breakpoints and F11 is not available.

Is there somewhere that describes the steps required?

many thanks
 
For help with InterDev, you might try forum117

------------------------------------------------------------------------------------------------------------------------
If you don't have a sense of humor, you probably don't have any sense at all.
- Anonymous
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top