Main > Free Download Search >

Free debuggers software for linux

debuggers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 135
pebugger 0.3

pebugger 0.3


pebugger is an interactive command-line based debugger for PHP, written in PHP. more>>
pebugger is an interactive command-line based debugger for PHP, written in PHP. The project vaguely resembles gdb. Its basicaly a dbgp client.

This is currently in an early development stage. Its stable and usable, but not fully featured, yet. Its something I am keen to start using myself, so features should be added fairly quickly.

So far, you can set breakpoints, step through code, and query variables.

<<less
Download (0.015MB)
Added: 2007-07-16 License: BSD License Price:
830 downloads
ZPTDebugger 1.0

ZPTDebugger 1.0


ZPTDebugger is a Plone product used for peeking Python expressions used during rendering. more>>
ZPTDebugger is a Plone product used for peeking Python expressions used during rendering.
Using ZPTDebuger you can easily see the values of each Python expression used in template and all other templates used by it. You can see the expression, its value, value type and time used to execute it.
This product is instantiated as simple Zope object. It lists in a table all executed Python expressions or presents them as a tree-like structure. If there was error in an expression it will be marked as a red row and it will be the last row processed. But the error will still remain in error_log.
To actually debug template you have to go to #DebuggerConsole (default id) and run debugger with relative path to template and optional parameters. Product will monkey patch TALInterpreter and PageTemplates.Expressions but debugging functionality is disabled by default. It is enabled only during debugger call. But despite that it shouldt be used on live instances.
Enhancements:
- First stable release of a product that allows viewing of all TAL/Python expressions used in template rendering.
<<less
Download (0.043MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
940 downloads
FireBugger 0.8

FireBugger 0.8


FireBugger is a product which makes the Firebug Lite interactive Javascript console available on your Plone site. more>>
FireBugger is a product which makes the Firebug Lite interactive Javascript console available on your Plone site.
Main features:
- Firebug is a Firefox extension that provides an incredible DOM/CSS inspector and Javascript console/debugger.
- Firebug Lite is a bit of Javascript that provides a slimmed down version of the Firebug Javascript console for browsers other than Firefox.
- FireBugger makes Firebug Lite instantly available on your Plone site!
FireBugger was initially built with generator.py from DIYPloneStyle 2.5, a skeleton product ready for building new graphical designs for Plone, and was extensively modified afterwards. Re-generation from DIYPloneStyle will probably break FireBugger.
Works with:
- Plone 2.5.2
<<less
Download (0.018MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
944 downloads
BASH Debugger 3.1-0.08

BASH Debugger 3.1-0.08


BASH Debugger is a patched BASH with a full-fledged debugger. more>>
Bash Debugger project contains patched sources to BASH that enable better debugging support as well as improved error reporting.
In addition, this project contains the most comprehensive source-code debugger for bash that has been written.
Since this project maintains as an open CVS development and encourages developers and ideas, the space could be also be used springboard for other experiments and additions to BASH.
Enhancements:
- This release adds a gdb-like "load" command to force reading in a file.
- Files coming from function line-specifications are now read in (Debian Bug #40336).
- Negative numbers are now allowed in "frame" (and "up" and "down") commands.
- Help, manual page, and documentation fixes have been made, including suggested use of $PS4.
<<less
Download (0.65MB)
Added: 2007-01-21 License: GPL (GNU General Public License) Price:
1010 downloads
JSwat Java Debugger 4.2

JSwat Java Debugger 4.2


JSwat is a graphical, stand-alone Java debugger, using the JPDA library. more>>
JSwat is a graphical, stand-alone Java debugger, using the JPDA library.
JSwat Java Debugger offers breakpoints with monitors and conditions, colorized source code display, single-stepping, displaying variables, viewing stack frames, and expression evaluation.
Main features:
- breakpoints with conditionals and monitors
- colorized source code display
- graphical display panels showing threads
- stack frames
- visible variables
- loaded classes
- command interface for more advanced features
- Java-like expression evaluation, including method invocation.
<<less
Download (11.9MB)
Added: 2007-05-18 License: CDDL (Common Development and Distribution License) Price:
895 downloads
Brainfuck Debugger 0.2.5

Brainfuck Debugger 0.2.5


Brainfuck Debugger is a GUI IDE/debugger for developing Brainfuck programs. more>>
Brainfuck Debugger is designed to encourage the development of Brainfuck programs by providing an IDE with debugging features.

One of the goals of this project is to provide an environment for people who want to experiment with the fundimental processes of computers, but not get blown away with complicated syntax issues.
<<less
Download (3.6MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1655 downloads
Packet Debugger 0.1 Beta

Packet Debugger 0.1 Beta


Packet Debugger presents a debugger-like UI for pcap packet capture files. more>>
Packet Debugger presents a debugger-like UI for pcap packet capture files.

The Packet Debugger (pdb) allows users to work with packet streams as if they were working with a source code debugger.

Users can list, inspect, modify, and retransmit any packet from captured files, as well as work with live packet captures.

<<less
Download (0.15MB)
Added: 2007-01-20 License: BSD License Price:
1010 downloads
Gubed PHP Debugger 0.2.2

Gubed PHP Debugger 0.2.2


Gubed is a software to debug PHP scripts. more>>
Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts. It is not, as some people first believe, a PHP syntax checker.
That is, it wont tell you where you forgot to put an ending bracket. It is rather a debugger to find logical errors, like why does this if-statement not occur or why does that loop never end.
The main goals is to provide a free (as in beer and freedom), easy to use, easy to install and usable PHP debugger.
It currently supports stepping through code, watching contents of variables and setting breakpoints (line and conditional).
No changes are needed to server software or the scripts being debugged (at least from version 0.1.0). Especially, no php or webserver components are requried.
Enhancements:
- Fixed parser bug for T_ARRAY lines (thanks to Iassen Hristov who reported).
- Fixed problem with undefined Gubed variable (thank to Jerome Rouer for reporting).
<<less
Download (0.32MB)
Added: 2005-07-11 License: GPL (GNU General Public License) Price:
1569 downloads
wsdebug 0.1

wsdebug 0.1


wsdebug is a debugger for the Whitespace programming language. more>>
wsdebug is a debugger for the more or less famous whitespace programming language, coming along with a rather fast interpreter (wsi).

Most programming languages like C or Perl do not care for white space characters (like tab, space or newline/linefeed). The whitespace programming language works just the other way round, dont care for any character but those white space ones.

On the whole its just another geeky language like Brainfuck and others, however more adicting.

If youve written a whole lot of instructions youll probably reach the point, where you get lost. Then just put your script into wsdebug and step through your bunch of whitespace instructions and watch how each command manipulates the stack (or heap).
<<less
Download (0.27MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1654 downloads
Data Display Debugger 3.3.11

Data Display Debugger 3.3.11


Data Display Debugger is a common graphical user interface for GDB, DBX and XDB. more>>
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger.

Besides "usual front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.
<<less
Download (7.3MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1661 downloads
EDB (Evans Debugger) 0.8.18

EDB (Evans Debugger) 0.8.18


EDB (Evans Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. more>>
EDB (Evans Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg.

EDB project uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms.

<<less
Download (0.45MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
520 downloads
Extended Python Debugger 1.22

Extended Python Debugger 1.22


Extended Python Debugger is a (slightly) more complete debugger for Python than the stock pdb.py debugger. more>>
Extended Python Debugger is a complete debugger for Python than the stock pdb.py debugger.

It supports a "restart" command and stack traces that show fewer ?s and give better information for exec statements.

Stepping/nexting skips over method/function "defs". It tries to follow gdbs command set unless there is good reason not to.

<<less
Download (0.094MB)
Added: 2007-04-16 License: Python License Price:
923 downloads
Assembly Language Debugger 0.1.7

Assembly Language Debugger 0.1.7


Assembly Language Debugger is an assembly language debugger. more>>
The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms.
Operating systems supported: Linux, FreeBSD, NetBSD, OpenBSD
Main features:
- Step into / Step over
- Breakpoints
- Powerful ELF format interpreter
- Easy memory manipulation
- Disassembler for intel x86 instructions
- Easy register manipulation
Enhancements:
- added commands: display, ldisplay, undisplay to dump specified memory locations after each single step (thanks to ziberpunk < ziberpunk =at= ziberghetto dhis org > for the suggestion and code)
- all Makefiles are now based on automake in the hopes that this will fix some of the problems integrating ald into the *BSD ports systems
- bug fix where a pointer wasnt set to NULL after clearing program arguments with the "set args" command
- this is related to the previous feature: if the effective address lies inside a symbol/function, the corresponding symbol is now displayed
- for CALL and JMP instructions, exact target/effective addresses are now computed (code for this was contributed by Samuel Falvo II < kc5tja =at= arrl net >)
- upgraded all configure scripts to autoconf v2.59
<<less
Download (0.65MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1671 downloads
Devel::RingBuffer 0.31

Devel::RingBuffer 0.31


Devel::RingBuffer is a Perl module with shared memory ring buffers for Perl scripts diagnosis/debug. more>>
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,
SlotSize => 300,
MessageSize => 256,
GlobalSize => 24 * 1024,
StopOnCreate => 0,
TraceOnCreate => 1) || die "Cant create a ring buffer.";

my $ring = $ringbuf->allocate();

Provides shared memory structures (using memory mapped files via IPC::Mmap) to be used by diagnostic and debugger applications for Perl scripts (see Devel::STrace). Using XS/C code to maximize performance, creates a set of ringbuffers with a configurable number of slots.

Each slot includes a field for a linenumber, a timestamp, and a fully qualified subroutine name. Each ring buffer also includes additional headers and fields to support diagnostic interfaces, e.g., watched expressions, command/reponse interfaces to the monitored applications, etc.

<<less
Download (0.037MB)
Added: 2007-05-02 License: Perl Artistic License Price:
908 downloads
FireBug 1.3.3 / 1.4.0 Beta 5

FireBug 1.3.3 / 1.4.0 Beta 5


Explore the far corners of the DOM by keyboard or mouse. more>> FireBug 1.3.3 / 1.4.0 Beta 5 is professionally designed as a Firefox extension, allowing you to explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.

Major Features:

  1. JavaScript debugger for stepping through code one line at a time
  2. Status bar icon shows you when there is an error in a web page
  3. A console that shows errors from JavaScript and CSS
  4. Log messages from JavaScript in your web page to the console (bye bye "alert debugging")
  5. An JavaScript command line (no more "javascript:" in the URL bar)
  6. Spy on XMLHttpRequest traffic
  7. Inspect HTML source, computed style, events, layout and the DOM

Enhancements:

  • Issue 1763: JavaScript exceptions on some pages [nsIStreamListener.onDataAvailable] and [nsIStreamListener.onStartRequest]
  • Remove dubious script tooltip
  • Issue 1282: Editing boolean var in watch panel changes it to a string

Requirements: Mozilla Firefox

<<less
Added: 2009-07-07 License: MPL Price: FREE
1001 downloads
 
Other version of FireBug
FireBug 1.3.3 / 1.4.0 Beta 7and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors. Major Features: JavaScript debugger for stepping
Price: FREE
License:MPL
Download
999 downloads
Added: 2009-07-09
FireBug 1.04and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors. Main features: - JavaScript debugger for stepping
License:MPL (Mozilla Public License)
Download (0.29MB)
1573 downloads
Added: 2007-04-09
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5