Languages Visual Basic & VB.NET .Net Debugging and Error Handling  

Debug Panel

download download home home  
important code information
author:
Hunter Beanland
minimum requirements:
Debug Panel description

[Updated 2005-12-23] Debug Panel is a VB User Control useful for enhancing the ASP.NET trace panel by adding a few missing items such as: A navigation index (which shows only the section you want and hides all other sections); A JavaScript debugger and basic DOM walker; ability to show the debug panel when Trace is disabled in .NET (user specific); and a lot of other useful information. By placing 2 lines of code in your footer/master page this control will be added to the top of the .NET 1.x/2.0 trace panel.


File List:
@PSC_ReadMe_3470_10.txt1Kb
NET1.1/0b
NET1.1/Debug.ascx4Kb
NET1.1/Debug.ascx.vb12Kb
NET1.1/Demo.aspx314b
NET1.1/Demo.aspx.vb1Kb
NET1.1/Web.config3Kb
NET1.1/debug-info.aspx4Kb
NET1.1/debug-info.aspx.vb2Kb
NET2.0/0b
NET2.0/Demo.aspx1Kb
NET2.0/Demo.aspx.vb1Kb
NET2.0/Web.config4Kb
NET2.0/debug-info.aspx5Kb
NET2.0/debug-info.aspx.vb2Kb
NET2.0/debug.ascx4Kb
NET2.0/debug.ascx.vb12Kb
debugnet.gif28Kb
readme.htm14Kb

Similar code
COM object has been separated from its underlying RCW can not be used (Popularity: ) : In development everything seems all right. I used the Adobe acrobat reader component in my project. Very cool component. However in the rollout on windows 2000 computers it crashed before showing anything. With the error “COM object has been separated ...
DotNETGen (Popularity: ) : VB.NET Class Generator From Databases - In order to simplify the interaction with a database and decrease development time, many systems contain classes that represent database objects. For example, one could create a "Customer" class with "Name" and "Email" properties ...
VB6 Rnd() <> .NET Rnd() (Popularity: ) : The Rnd function in VB6 returns slightly different values than .NETs Rnd function. This can cause logical errors when migrating projects from VB6 to .NET This simple application shows how to fix the problem.
Tracing Tools - Resubmit (Popularity: ) : Demonstrates two features: 1) how to create and add custom TraceListeners to your project. TraceListeners are the output's from Debug.X and Assert.X. 2) how to create a custom tracer with varied levels of output. Read the Info.txt included in the ...
Trace Listener (Popularity: ) : This project offers two methods to assist with debugging a .NET solution where one is IDE only and the second can be used after deployment or during the testing phase of a project.
TracingTools (Popularity: ) : Demonstrates two features: 1) how to create and add custom TraceListeners to your project. TraceListeners are the output's from Debug.X and Assert.X. 2) how to create a custom tracer with varied levels of output. Read the Info.txt included in the ...
Sub Classing (the .NET Way) (Popularity: ) : Back to SubClassing. Now you can subclass any Control to receive Windows Messages, any message. This is the Pure .NET way to Subclass (debug actually) any control. Code is fully commented and easy to understand. Hope this will be good ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 33
version
size in Kb 52
popularity   1106/7913374
user rating 10/10
ad


New Code
Popular Code