473,388 Members | 1,230 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,388 software developers and data experts.

Examine variables in ASP 3.0

Hi

I'm trying to figur out how to examine
variables at run time. For instance
I have the following code
--lot of code here above

For Each Count In Request.Form("box")
If Data <> "" Then
Data = Data & "|" & Count
Else
Data = Count
End If
Next

- and a lot of code here below

I want to know how it's possible to get the value
of the variable Data before the jump to the next page

Hope you understand what I meen. I'm looking for something like
you have in VisualBasic where you can 'step' through the code
and actually see the values of each variable.

Is this possible for instance in Dreamweaver MX?

Thank for your reply

Kim

Jul 19 '05 #1
1 1292

Enable Server Side Debugging by using IIS Manager.
You can use keyword "STOP" which will initiate default debugger.
Visual Interdev or else Script Debugger can be used to debug application.

- Pravin

----- Kim Lots wrote: -----

Hi

I'm trying to figur out how to examine
variables at run time. For instance
I have the following code
--lot of code here above

For Each Count In Request.Form("box")
If Data <> "" Then
Data = Data & "|" & Count
Else
Data = Count
End If
Next

- and a lot of code here below

I want to know how it's possible to get the value
of the variable Data before the jump to the next page

Hope you understand what I meen. I'm looking for something like
you have in VisualBasic where you can 'step' through the code
and actually see the values of each variable.

Is this possible for instance in Dreamweaver MX?

Thank for your reply

Kim
Jul 19 '05 #2

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

Similar topics

9
by: VBS Programer | last post by:
I am working with a thermal printer that returns it's status in a string. In vb6.0 I would use the MidB,AscB functions to examine the first 32 bits. What can I use in vb.net to do the same.
8
by: MLH | last post by:
Have a look at the procedure below. In particular, note lines 1 and 21... Private Sub JudHrngReqBtn_Click() On Error GoTo Err_JudHrngReqBtn_Click Dim ThisForm As String ThisForm = Me.Name ...
2
by: tom | last post by:
Hello I was wondering what happens when one declares 2 arrays: private object arr1; private object arr2; fills them appropriately and then writes: arr1 = arr2;
4
by: help | last post by:
If I enable debug at C# exceptions, it dutifully breaks and shows me the stack of called procedures. At the top (of my list) is DateTime.ParseExact() and it does through an exception if I proceed....
1
by: Richard A. Lowe | last post by:
I have a non-COM, non-.NET DLL, apparently written in C++ but for which there is no source available (so I am told). I have tried the DumpBin utility and Dependancy Walker to examine the exported...
2
by: Robert W. | last post by:
I'm trying to write a utility that will use Reflection to examine any data model I pass it and correctly map out this model into a tree structure. When I say "any" , in fact there will only be 3...
1
by: Edward Wilde | last post by:
Hi, Does anyone know how to examine items in the ASP.NET cache that are added using the OutputCache directive in framework 1.1 i.e. <%@ OutputCache Duration="300" VaryByParam="None"...
1
by: Brian | last post by:
Hello - I would like to examine the contents of a dataset at runtime to check that a query is returning the right data. I have set a breakpoint at the appropriate spot, but I am unsure as to...
1
by: Anders | last post by:
Hi I have been given the task to inverstergate why a asp.net 1.1 on windows 2003 worker process is growen to around 700mb somtimes and the restarts it self. The application does use some...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.