debug vbs
GW Debug 1.0
GW Debug is a very basic debugging program for Win32 applications more>>
Ezy Debug 2000
Ezy Debug provides quick access to the Access error-trapping settings in the code window more>>
Youll have the opportunity to simplify the process. Ezy Debug is launched from the right-click popup menu in the code window of the Access VB Editor.
The applet provides quick access to the Access error-trapping settings in the code window, and once invoked it is available both in the Access Database and VBE window.
The current error-trapping setting is displayed and can be hanged on the fly...

Debug Tray 1.4
Debug Tray is a tool for developers, It displays process information. Debug Tray has been designed to help developers catch memory’s leaks by monitoring the Handle and Memory usage more>> <<less
Show information about a selected process, useful for catching memory leaks ...Debug Tray is a small tool for developers, it will show various information about a
XSLDebugger 2.0
Debug XSLT with the features of a visual IDE! more>>

Debug Inspector 1.23
Debug Inspector is a program serving as a Visual Studio Extension (on Visual Studio Gallery), a stand alone Studio EXE to detect unmanaged deadlock. more>>
Debug Inspector 1.23 is a program serving as a Visual Studio Extension (on Visual Studio Gallery), a stand alone Studio EXE to detect unmanaged deadlock. It is soon a SharpDevelop IDE AddIn, that allows you to view the call stacks of multiple threads at the same time, plugs in to the internals of the CLR and automatically detects deadlocks. It allows you to see exactly what the CLR is doing under the hood and shows, for each thread, the monitors (SyncBlock) owned and the monitor waited on, if any.
Enhancements: includes unmanaged DeadLock detection (beta) via the DebugInspector.Studio.exe executable.

Debug Monitor 1.0
Debug Monitor with a separate Delphi unit to send commands and messges more>> A easy to use "Debug Monitor Application" with a separate Delphi unit to send commands and messages to the debug window. VCL Source included.<<less

Firebug 1.05
Debug, modify, and monitor CSS, XML Http Requests, HTML, and JavaScript. more>>
Firebug 1.05 is known as a smart and useful open-source Firefox extension that puts a wealth of Web development tools at your fingertips while you browse. You can edit, debug, profile and monitor CSS, HTML, XMLHttpRequests and JavaScript in any Web page in real time.
Enhancements:
- Version 1.05 is a bug fixing release.
DebugLogger 0.2.2
Firefox extension that breaks up debug message to be unique per extension or project more>>
System requirements:
- Firefox: 1.0 ? 2.0.0.
Debugging Tools 6.8.4.0
You can use Debugging Tools for Windows to debug drivers, applications and services more>>
Debugging Tools for Windows package is available in two versions: for 32-bit x86, native Intel Itanium and native x64 platforms.
The 64-bit versions of Debugging Tools for Windows allow you to debug both 32-bit and 64-bit user-mode applications running on 64-bit processors. Use this package to debug both the application and the WOW64 emulator.
System requirements:
- Microsoft Internet Explorer 5.0 or later.
- Approximately 25 MB of hard disk space.
SWF Debug Remover 2.0.1
SWF Debug Remover will allow you to delete enabledebuger(enabledebuger2) tags from files of any versions of the SWF Flash format more>>
The program has a built-in player of SWF-files. SWF Protect Debug can work with the packed SWF-files and pack them after processing.
The program is simple in utilization, all the actions are carried out by means of click on the corresponding button on the panel of tools.
Main features:
- deletion of the enabedebugger (enabedebugger2) tags;
- reproduction of the initial and processed file;
- rewind of the video;
- actions with the video;
- zoom in/zoom out the size of the videoimage;
- adjustment of its size to the size of a window
- the maximal filling of a window with the videoimage
- removal of the screen picture

Expert Debugger 3.2
Debugger for PHP. Expert Debugger uses the DBG PHP Debugger and allow to debug scripts via network or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output. more>>
Expert Debugger is a free easy-to-use tool for debugging PHP scripts. Expert Debugger uses the DBG PHP Debugger and allow to debug scripts via network or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output. The debugger has a comfortable interface and can be integrated with IDE or editors.<<less
Auto Debug for x64 1
Auto Debug for x64 is a powerful and popular utility which can automatic tracing all apis input and output parameters. more>>
Auto Debug for x64 1 is a powerful and popular utility which can automatic tracing all apis input and output parameters. User can easy set which api want to monitor, this application will auto trace the target program and monitor the input and output of function call.
Therefore, the software can help us to analysis program errors, process inside the target program, especially help the us to analysis the sequences and parameters of the function call. Unlike others apispy or api monitor tools, Auto Debug software did not need user to develop any dll or hook dll.
Debug Diagnostic Tool 1.1
The Debug Diagnostic Tool is designed to assist in troubleshooting issues such as hangs, slow performance etc more>>
The Debug Diagnostic Tool includes additional debugging scripts focused on Internet Information Services (IIS) applications, web data access components, COM+ and related Microsoft technologies.
DebugDiag 1.0 was released as part of the IIS Diagnostic toolkit and as a standalone tool. DebugDiag 1.1 is currently available as a standalone tool.
DebugDiag provides an extensible object model in the form of COM objects and provides a script host with a built-in reporting framework.
It is composed of the following 3 components; a debugging service, a debugger host, and the user interface.
The Debugging Service
The debugger service (DbgSvc.exe) performs the following tasks:
- Attach/Detach the host to processes
- Collect performance monitor data
- Implement HTTP ping to detect hangs
- Inject leak monitor in running processes
- Collect debugging session state information
- Shows the state of each rule defined
The Debugger Host
The Debugger Host (DbgHost.exe) hosts the Windows Symbolic Debugger Engine (dbgeng.dll) to attach to processes and generate memory dumps. It also hosts the main analyzer module to analyze memory dumps. Dbghost.exe has no dependency on the service ?DbgSvc.exe? and can be used separately.
The User Interface
The user interfaces (DebugDiag.exe and DebugDiagAnalysisOnly.exe) present an interface to analyze memory dumps, automate the creation of control scripts and show the status of running processes, including services.
It is composed of 3 views:
- Rules: Creates control script for the debugger host through a wizard. The script is located under scripts
- Advanced Analysis: Runs a selected ?Analysis Script? against one or more memory dumps.
- Processes: Shows status of running processes/services

JrDebugLogger 1.06.01
JrDebugLogger comes to you as a free C++ Programmers Toolkit which comprises a set of Open Source, Cross Platform header files for C++ more>>
JrDebugLogger 1.06.01 comes to you as a free C++ Programmer's Toolkit which comprises a set of Open Source, Cross Platform header files for C++ that you can add to your applications in order to support advanced debug-logging, and an optional Microsoft Windows application for capturing debug messages in real time and allowing you to view/sort/search them in an efficient manner.
What is Debug-Logging? Debug-Logging (sometimes known as printf-debugging) is when you add print statements to your code so that you can see the values of certains variables and where the program is at certain times. It also supports unit testing support functions.
Major Features:
- A variety of flexible output formats including html, xml,csv, etc. (see example).
- Completely redesigned system for interfacing with output formatters.
- Even smaller (totally insignificant) footprint when debug compiling is turned off.
- More Unit Testing support structures.
- Better handling of nested activities.
- More powerful commandline parsing and option setting.
Hotbasic Debugger 2.2
The Hotbasic debugger will help you to debug your applications faster than ever without any adding of debug subs in you code more>>
No files in your source folders all sources handles within the debugger directory.
Hotbasic Debugger will set and remove breakpoints and run the program to the breakpoint, very good when debugging big applications.
Main features:
- Step by Step debugging
- Breakpoint debugging
- Live variable values
- Debugging in include files selectable
- Debugging of GUI and Console Applications
- Auto reloading of source file if source is changed
- Individial resizeble windows for each function
- Possibility to save window state in normal and in debug mode