Programming » Helper Apps » Debugging (20)

 Sort by:  Date  Name
 » Fiddler 2.4+
download web site opinions problem?
  Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language. Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more. Fiddler is much simpler to use than NetMon or other network debuggers because it exposes only HTTP traffic and does so in a user-friendly format. Fiddler4 is now available, it requires .NET 4.
 author:Eric Lawrence
 required:Win2K, WinXP, Vista, Win7, +.NET 2
 size:729 k
 added:29-Aug-2012
 not rated yet   » rate it  (5 = best)

 » DLL Export Viewer 1.42+
download web site opinions problem?
  DLL Export Viewer displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop at the beginning of this function. For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxA, MessageBoxExA, and MessageBoxIndirectA (or MessageBoxW, MessageBoxExW, and MessageBoxIndirectW in unicode based applications) When one of the message-box functions is called, your debugger should break at the entry point of that function, and then you can look at the call stack and go backward into the code that initiated this API call.
 author:NirSoft
 required:Win98, Win2K, WinXP, Vista, Win7
 size:45 k
 added:01-Nov-2010
 not rated yet   » rate it  (5 = best)
 » FireBug 1.5+
download web site opinions problem?
  FireBug, the most popular, free, Open Source, web development tool for Firefox. FireBug allows you to monitor and tinker with JavaScript, CSS, HTML, and Ajax in real time. FireBug icon tells you when code is broken and provides a combination of powerful debugger, error console, command line, and code inspector to help you fix the problem. Inspect HTML and modify style and layout in real-time. Use the most advanced JavaScript debugger available for any browser. Accurately analyze network usage and performance. Extend Firebug and add features to make Firebug even more powerful. For any developer who has been driven mad by debugging, FireBug provides an ultra quick, easy and headache-free way of developing your code.
 author:Firebug Working Group
 required:Firefox 3.5+
 size:1.0 m
 added:26-Mar-2010
 not rated yet   » rate it  (5 = best)
 » HTTP Archive Reader 0.10+beta
download web site opinions problem?
  HTTPA Archive Reader allows you to read files exported from Firefox's Firebug Net Panel via the export add-on. It provides a way to manipulate the exported data to do further analysis and also extract data. Supports multiple logs being opened at once. Does not change or update the log file. Reads and validates HTTP Archive format logs; provides a list of log structure errors. Generates a timeline for the captured data showing all types of transactions (wait, request, response, etc.) and more.
 author:Logic Worx
 required:WinXP, Vista, Win7, +.NET 3.5
 size:1.1 m
 added:26-Mar-2010
 (1 votes)   » rate it  (5 = best)
 » Credit Carder 1.01+
download web site opinions problem?
  Credit Carder is an application that has been designed to help developers test their credit card validation code. CC generates perfectly valid numbers for ten credit card issuers. As well as generating numbers, it can also validate existing numbers and display the industry and issuer of said numbers. The numbers generated by this application cannot be used to purchase goods as they are not tied to an account and will fail at the merchant process. You can also use Credit Carder's generated numbers to have fun with phishers!
 author:Joseph Cox
 required:Win2K, WinXP, Vista, +.NET 2
 size:201 k
 added:10-Feb-2010
 not rated yet   » rate it  (5 = best)

 » Expert Debugger 3.2
download web site opinions problem?
  Debugger for PHP, Expert Debugger uses the DBG PHP Debugger and allows you to debug scripts via a network or on a local computer. You can run scripts in step-by-step mode and trace values of any variables and script output. The debugger has a comfortable interface and can be integrated with IDE or editors.
 author:Ankord Development Group
 required:Win2K/2K3, WinXP, Vista
 size:1.37 m
 added:10-Dec-2009
 not rated yet   » rate it  (5 = best)
 » JIRA 2.0+
download web site opinions problem?
  JIRA combines issue tracking, agile project management, customisable workflow, and a pluggable integration framework to increase the velocity of your software development team. With JIRA at the centre of your development team, delivering quality software on-time has never been easier. JIRA is free for use by official non-profit organisations, charities and Open Source projects or Jira Standard Edition for 10 users is free with a $10 donation to charity.
 author:Atlassian Pty Ltd.
 required:Windows, Mac, Linux
 size:+/- 97.2 m
 added:04-Nov-2009
 not rated yet   » rate it  (5 = best)
 » GDIView 1.03+
download web site opinions problem?
  GDIView is a unique tool that displays the list of GDI handles (brushes, pens, fonts, bitmaps, and others) opened by every process. It displays the total count for each type of GDI handle, as well as detailed information about each handle. This tool can be useful for developers that need to trace GDI resources leak in their software.
 author:NirSoft
 required:Win2K/2K3, WinXP, Vista
 size:40 k
 added:15-Sep-2009
 not rated yet   » rate it  (5 = best)
 » GS Monitoring Framework 1.0+
download web site opinions problem?
  GS Monitoring Framework is a tool that helps find and reproduce sporadic errors. Find and reproduce occasional performance problems. Trace these down to a software module or component level. GS Monitoring Framework allows you to configure or create intelligent monitoring logic that filters event flow and selects information related to abnormal system behavior and separate monitoring logic from business logic. GSMF allows you to create an unlimited number of monitors. Each monitor has a triggering condition that corresponds to an abnormal behavior of an application.
 author:Gersis Software LLC
 required:Windows & Vista
 size:134 k
 added:29-Apr-2009
 not rated yet   » rate it  (5 = best)
 » DebugView 4.7+
download web site opinions problem?
  DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don't need a debugger to catch the debug output your applications or device drivers generate, nor do you need to modify your applications or drivers to use non-standard debug output APIs.
 author:Mark Russinovich
 required:Win2K, WinXP, Vista
 size:286 k
 added:07-Apr-2009
 not rated yet   » rate it  (5 = best)
 » MFC Console Framework 1.1+
download web site opinions problem?
  The MFC Console Framework lets you write GUI programs that are almost as quick-and-dirty as console mode programs. Output goes to a scrolling listbox, something like a console mode window, input comes from menu items and dialog boxes. This framework isn't very useful for building end-user programs. I use it at work to make quick test programs, or test harnesses for libraries I write. The output window lets me write out debugging messages without having to toggle back to Visual Studio's Debug pane and look for ODS strings among all the other stuff in the Debug area. Using the MFC Console Framework? Nothing could be simpler: copy the project, and start hacking on it!
 author:TangentSoft
 required:Windows
 size:25 k
 added:18-Aug-2008
 (1 votes)   » rate it  (5 = best)
 » Eterlogic Virtual Serial Ports Emulator 0.5
download web site opinions problem?
  VSPE is intended to help software engineers and developers to create/debug/test applications that use serial ports. It is able to create various virtual devices to transmit/receive data. Unlike regular serial port, virtual devices have special capabilities: for example, the same device can be opened more than once by different applications, that can be very useful in many cases. Features include: Virtual device: connector; Virtual device: data splitter; Virtual device: pair; User mode device: TcpServer; x86 and x86_64 processor architecture compatibility.
 author:Eterlogic Software
 required:Win2K, WinXP
 size:1.0 m
 added:23-May-2008
 (2 votes)   » rate it  (5 = best)
 » NU-Tech 2.0
download web site opinions problem?
  NU-Tech is a powerful DSP platform to validate and real-time debug complex algorithms, simply relying on a common PC. Thanks to an easy plug-in architecture, the developer can write his own NUTSs (NU-Tech Satellites) in C++ and immediately plug them into the graphical interface design environment. A low-level ASIO 2.0 interface allows minimum and repeatable latencies, fully exploiting compatible sound-cards hardware resources.
Note: this program is free for NON-commercial use ONLY & registration for the NU-Tech forum is *required* to access the dowenload.
 author:Leaff Engineering
 required:Win2K, WinXP, Vista+.NET
 size:+/- 50.0 m
 added:29-Oct-2007
 not rated yet   » rate it  (5 = best)
 » WinLogTail 0.04+ beta
download web site opinions problem?
  WinLogTail is a log file viewer, monitor and analyzer, monitor a log file for changes live - as new log lines are appended, they are instantly visible in WinLogTail. Features include - "rules" for highlighting, searching and alerting use regular expressions or simplified order-insensitive logical patterns. Alerting: you can send WinLogTail to background, it will flash a window or play a sound as soon as a specific line is appended to the log file. Command-line options to quickly select file, rules and operation mode. Copy to clipboard or export to file - in plain text, RTF or HTML formats; and more. Small executable file with no installation and external dependencies. (unicode logfiles not currently supported: ansi lat only < 2 gig.)
 author:Yaroslav Pidstryhach
 required:Win2K, WinXP
 size:252 k
 added:26-Oct-2007
 not rated yet   » rate it  (5 = best)
 » Bugzilla 3.0+
download web site opinions problem?
  Bugzilla is an Open Source "Defect Tracking System" or "Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Bugzilla can help you get a handle on the software development process. Track bugs and code changes; Communicate with teammates; Submit and review patches; Manage quality assurance (QA). Bugzilla is a powerful tool that will help your team get organized and communicate effectively. Despite being "free", Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe.
 author:Mozilla Organization
 required:Windows/*NIX Servers
 size:2.1 m
 added:13-Sep-2007
 (1 votes)   » rate it  (5 = best)
 » ADImageVisualizer 1.0
download web site opinions problem?
  ADImageVisualizer allows Image objects (and objects for all classes that inherit from the Image class) to be viewed, manipulated and saved when in break mode within the Visual Studio IDE. Download and run the installer which will automatically place the Visualizer into the appropriate location.
 author:Adam Dawes
 required:Windows+.NET
 size:293 k
 added:29-May-2007
 (1 votes)   » rate it  (5 = best)
 » CowSpy 2.0+
more info download opinions problem?
  Cowspy is a handy tool for programmers or anyone who needs a deeper understanding of a program's components. Who hasn't had a program act up, but when you have CowSpy you can in some cases correct the error. For instance you are working in Word and for some reason Word disables the save button! All your work will be gone unless you have CowSpy, you can use it to enable and disable components like buttons on any window on your PC. You can even make invisable windows appear!   » more info, screenshot
 author:Hedwig Lodrigo
 required:WinNT, Win2K, WinXP
 size:80 k
 added:15-Jan-2007
 (1 votes)   » rate it  (5 = best)
 » WinAPIOverride 3.0
download web site opinions problem?
  WinAPIOverride allows you to monitor and/or override any function of a process, this can be done for API functions or executable internal functions. WinAPIOverride is more than a standard API monitoring software. It can break a targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application. These features fill the gap between classical API monitoring softwares and debuggers.
 author:Jacquelin Potier
 required:WinXP
 size:2.7 m
 added:20-Dec-2006
 (12 votes)   » rate it  (5 = best)
 » PCI Explorer 1.0
download web site opinions problem?
  Many times, when debugging both PCI hardware and software, it is very useful to be able to easily browse the available PCI devices in the system without having to use WinDbg or a similar kernel debugger. The PCI Explorer application enables you to graphically view all the PCI devices and the buses they reside on according to the actual hierarchy of the various devices on the buses. The PCI Explorer application also enables you to easily edit memory, I/O registers and Configuration Space Registers assigned to any PCI device in your system. Source code available from home page.
 author:Summit Soft Consulting
 required:WinNT, Win2K, WinXP
 size:2.1 m
 added:25-Jan-2006
 (1 votes)   » rate it  (5 = best)
 » PEBrowse Professional Interactive 7.3
download web site opinions problem?
  A very powerful, versatile, and customizable Win32 user mode debugger/disassembler. PEBrowse Interactive is not a source code debugger, but operates at the Intel x86 instruction level and therefore at the lowest level where your program executes. The debugger fully supports Microsoft .NET managed processes and seamlessly allows interop or mixed-mode debugging.
 author:SmidgeonSoft
 required:Win2K, WinXP
 size:1.77 m
 added:17-Oct-2005
 not rated yet   » rate it  (5 = best)
Programming » Helper Apps » Debugging
new | search | submit | contact | forums | sitemap