473,406 Members | 2,710 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,406 software developers and data experts.

debug in real time

is there a program that allows me to debug a webiste written in c# or vb in
real time?
It would provide me with the list of resources that the website is using.
(varaibles name, type, size, value...)
ie. see what variables are declared and what are the assign values as people
visit the website?

this would really help me to optimize my code.

thanks,
Aaron
Nov 16 '05 #1
3 1539
You can do this in Visual Studio .NET but debugging takes complete control
of ASP.NET. In other words, not a nice thing to do on a production site -
you'd be the only user.

Anyway, you'll need to attach to the process on the remote computer. (See
Debug > Processes > Attach)

For a production site you'd want to write trace data into an event log and
then analyze the results.

http://msdn.microsoft.com/library/de...classtopic.asp

Ken

"Aaron" <ku*****@yahoo.com> wrote in message
news:us**************@TK2MSFTNGP10.phx.gbl...
is there a program that allows me to debug a webiste written in c# or vb
in real time?
It would provide me with the list of resources that the website is using.
(varaibles name, type, size, value...)
ie. see what variables are declared and what are the assign values as
people visit the website?

this would really help me to optimize my code.

thanks,
Aaron


Nov 16 '05 #2
"Aaron" <ku*****@yahoo.com> wrote in
news:us**************@TK2MSFTNGP10.phx.gbl:
is there a program that allows me to debug a webiste written in c# or
vb in real time?


Visual Studios .NET will allow you to do this.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 16 '05 #3
Hi Aaron:

As Ken pointed out running the debugger on a production site is not a
nice thing to do. Instead of looking at the varialbes of individual
users, consider making measurements of aggregate statistics with
perfmon.

There is some good, detailed information in the following documents:

Measuring .NET Application Performance
http://msdn.microsoft.com/library/de...netchapt15.asp

How To: Use Custom Performance Counters from ASP.NET
http://msdn.microsoft.com/library/de...nethowto12.asp

Improving ASP.NET Performance
http://msdn.microsoft.com/library/de...nethowto12.asp

The rest of the guide is a good read too.

--
Scott
http://www.OdeToCode.com


On Sun, 22 Aug 2004 14:58:46 -0700, "Aaron" <ku*****@yahoo.com> wrote:
is there a program that allows me to debug a webiste written in c# or vb in
real time?
It would provide me with the list of resources that the website is using.
(varaibles name, type, size, value...)
ie. see what variables are declared and what are the assign values as people
visit the website?

this would really help me to optimize my code.

thanks,
Aaron


Nov 16 '05 #4

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

Similar topics

3
by: Aaron | last post by:
is there a program that allows me to debug a webiste written in c# or vb in real time? It would provide me with the list of resources that the website is using. (varaibles name, type, size,...
3
by: Stephanie | last post by:
I have a problem that I am trying to solve. We have a huge product with a whole lot of ASP and VB code. VB code is all ActiveX dlls which are used by ASP app. When I attempt to add features or fix...
0
by: James | last post by:
Hoo WinTail v2.11 Hoo WinTail is a real-time file viewing Windows utility like the Unix tail -f utility. It can be used to view the end of a growing file. It is ideal for viewing application...
3
by: Aaron | last post by:
is there a program that allows me to debug a webiste written in c# or vb in real time? It would provide me with the list of resources that the website is using. (varaibles name, type, size,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.