Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.214.334 Times

Debug freeware
Filter: All | Freeware | Demo
 

Debug

< 1 2 3 4 5 > 
Added: August 12, 2013 | Visits: 442

WatchBug The module provides a central opportunity for sending debug information (most cases php-variables) to the system and directly output it or store it for delayed output. This can be very helpful for example when trying to debug HTTP requests or AJAX implementations.With different submodules you can...



Platforms: PHP

License: Freeware Size: 10 KB Download (45): WatchBug Download

Added: September 13, 2013 | Visits: 386

Gubed PHP Debugger Gubed PHP Debugger is a program to debug PHP scripts.It currently supports stepping through code, watching contents of variables and setting breakpoints (line and conditional). No changes are needed to server software or scripts being debugged.





Platforms: *nix

License: Freeware Size: 307.2 KB Download (39): Gubed PHP Debugger Download

Added: July 04, 2013 | Visits: 423

HBasic HBasic is an IDE with an interpreter and compiler used to create, execute and debug programs with a BASIC style language. The language includes object oriented features and may be compiled to interpreter pcode and standalone executables.


Platforms: *nix

License: Freeware Size: 5.87 MB Download (34): HBasic Download

Added: October 28, 2013 | Visits: 358

FlashFirebug for linux FlashFirebug is a Firefox extension that allows developers to debug AS3 flash files on the web. The main purpose of FlashFirebug is to make Flash debugging as easy as HTML and javascript debugging with an interface derived from Firebug and familiar to developers. This will fill in the shortcoming...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (38): FlashFirebug for linux Download

Added: August 06, 2013 | Visits: 135

robotframework-debuglibrary Robotframework-DebugLibrary is A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): robotframework-debuglibrary Download

Added: March 20, 2006 | Visits: 4.040

XSLDebugger Have you ever wished to debug an XSL transformation with the features of a debugger like those in Microsoft's Visual Basic IDE? With the XSLDebugger you can: Debug stylesheets, Visually step through an XSL transformation, View parameters and variables in a watch window, Test your XPath...



License: Freeware Size: 1.95 MB Download (683): XSLDebugger Download

Added: July 03, 2006 | Visits: 6.957

Tail XP Ever wanted to follow a log file, capture debug messages or monitor syslog? Then this product is for you! Featuring multiple types of monitors: file monitor, event log, syslog, OutputDebugString and coloring of lines based on regular expression rules. Best of all: it docks to the top or bottom of...


Platforms: Windows

License: Freeware Size: 730 KB Download (967): Tail XP Download

Released: July 15, 2008  |  Added: July 19, 2008 | Visits: 11.865

Free Virtual Serial Ports Emulator 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 ports, virtual devices have special capabilities: the same device can be opened more...


Platforms: Windows

License: Freeware Size: 1.11 MB Download (2463): Free Virtual Serial Ports Emulator Download

Added: August 10, 2008 | Visits: 2.545

HTTP Debugger Capture, analyze and debug all HTTP communications between the web browser on the client side and the web server on the other side. Internet software developers can use HTTP Debugger to analyze the communication between their programs and Internet. Each HTTP transaction can be examined to see the...


Platforms: Windows

License: Freeware Size: 236 KB Download (568): HTTP Debugger Download

Added: August 07, 2008 | Visits: 923

RegEx Edit RegEx Edit is a tool which lets you easily edit and debug regular expressions so you can avoid unexpected errors when using them in other applications.


Platforms: Windows

License: Freeware Size: 64 KB Download (486): RegEx Edit Download

Added: August 29, 2008 | Visits: 991

GoLink This is a fast free linker which takes COFF object files and a RES file and makes Windows exe or dll files, with or without debug information. One of its advantages is that it has no need for Lib files - looking instead at the Dlls themselves! It also has an easy to use loader for the Microsoft...


Platforms: Windows

License: Freeware Size: 53 KB Download (116): GoLink Download

Added: August 07, 2008 | Visits: 1.731

Eterlogic Virtual Serial Ports Emulator 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...


Platforms: Windows

License: Freeware Size: 1024 KB Download (588): Eterlogic Virtual Serial Ports Emulator Download

Added: August 24, 2008 | Visits: 2.748

NU-Tech 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...


Platforms: Windows

License: Freeware Size: 50 MB Download (582): NU-Tech Download

Added: August 03, 2008 | Visits: 1.846

DebugView 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...


Platforms: Windows

License: Freeware Size: 301 KB Download (795): DebugView Download

Added: January 18, 2010 | Visits: 858

Sys::OutPut Sys::OutPut is a Perl module to help make output easier. SYNOPSIS usage Sys::OutPut; talk $fmtstr [, @args]; out $fmtstr [, @args]; put $fmtstr [, @args]; err $fmtstr [, @args]; debug $fmtstr [, @args]; $Sys::OutPut::quiet = $::quiet; $Sys::OutPut::debug = $::debug; These...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Sys::OutPut Download

Added: July 07, 2010 | Visits: 1.090

C++ Debugging Support library Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. C++ Debugging Support library includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (94): C++ Debugging Support library Download

Added: February 04, 2010 | Visits: 1.065

Devel::RingBuffer Devel::RingBuffer is a Perl module with shared memory ring buffers for Perl scripts diagnosis/debug. SYNOPSIS # # create ringbuffer # use Devel::RingBuffer; use Devel::RingBuffer::TieInt; my $ringbuf = Devel::RingBuffer->new( File => somefile.trace, Rings => 20, Slots => 20,...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (103): Devel::RingBuffer Download

Added: September 07, 2010 | Visits: 923

Gnome Devtool Libraries Gnome Devtool Libraries project contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. The current pieces of GDL include: - A symbol browser bonobo component (symbol-browser-control). - A docking...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (89): Gnome Devtool Libraries Download

Added: July 14, 2010 | Visits: 1.517

AFD AFD comes from Automatic File Distributor and provides a framework for very flexible, non-stop, log and debug-able delivery of an arbitrary amount of files to multiple recipients as expressed in URLs (currently mailing and ftp supported with the mailto://user@domain and ftp://user:password@host...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (279): AFD Download

Added: June 21, 2010 | Visits: 1.377

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

< 1 2 3 4 5 >