Main > Free Download Search >

Free debuggers software for linux

debuggers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 134
FireBug 1.3.3 / 1.4.0 Beta 7

FireBug 1.3.3 / 1.4.0 Beta 7


Explore the far corners of the DOM by keyboard or mouse. more>> FireBug 1.3.3 / 1.4.0 Beta 7 is professionally designed as a Firefox extension that allows 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:

  • Fixes for issue 1963, undefined objects in console and DOM panels,
  • Issue 1968, on for all pages, but minimized,
  • Issue 1970, Errors inside an XmlHttpRequest.onReadyStateChange fail silently,
  • Fixed exceptions in Console and additional context-related problems around detached Firebug windows.

Requirements: Mozilla Firefox

<<less
Added: 2009-07-09 License: MPL Price: FREE
999 downloads
 
Other version of FireBug
FireBug 1.3.3 / 1.4.0 Beta 4and 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
Price: FREE
License:MPL
Download
987 downloads
Added: 2009-07-03
FireBug 1.3.3 / 1.4.0 Beta 5and 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
1001 downloads
Added: 2009-07-07
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
Roadsend PHP for Linux 2.9.7

Roadsend PHP for Linux 2.9.7


Roadsend PHP is a free, open source implementation of the PHP language. more>> Roadsend PHP is a free, open source implementation of the PHP language. It includes a compiler that produces native binaries (no interpreter required). Roadsend Compiler can build online web applications with Fast/CGI, offline web applications with an embedded web server (MicroServer), desktop GUI applications with PHP-GTK, and console applications.
Create stand-alone applications compiled from your PHP code
Compile Online Web Applications
Compile Offline MicroServer Applications
Compile GUI Applications
Compile Libraries
Easily create and manage your PHP projects in the Roadsend Studio IDE
Debugger
Interpreted mode
Compatibility
<<less
Download (2.72MB)
Added: 2009-04-16 License: Freeware Price: Free
193 downloads
EiffelStudio 6.1.6.9962

EiffelStudio 6.1.6.9962


EiffelStudio is the complete Eiffel development platform for Linux/Unix/Windows/Mac OS X. more>>
EiffelStudio is the complete Eiffel development platform for Linux/Unix/Windows/Mac OS X.

EiffelStudio is a complete development environment for the Eiffel programming language. It includes a compiler, an interactive debugger, and many modern features like a full round-trip class diagram editor or refactoring support. Eiffel is compiled through C to produce very fast executables.

EiffelStudio is highly portable and supports Linux, Microsoft Windows, Mac OS X, most flavors of Unix, and even VMS or embedded environments. Portability of applications is supported by a large set of portable libraries, including: EiffelBase (data structure), EiffelNet (network), EiffelVision (native GUI), EiffelStore (database access), EiffelParse (parsing), Gobo (XML), EiffelWeb (Web), EiffelCOM (COM), and many more.

<<less
Download (MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
805 downloads
MonoDevelop 0.15

MonoDevelop 0.15


MonoDevelop is a full-featured IDE for Mono and Gtk#. more>>
MonoDevelop is a project to port SharpDevelop to Gtk#. There are numerous goals that MonoDevelop hopes to achieve.
Main features:
- To create a best of breed development environment for Unix systems for C# and Mono.
- Since its written in Gtk#, and we like Gtk# and we get good support from Gtk#, most likely it will add functionality to improve the Gtk# experience.
- Today the IDE is a simple IDE and on Unix does not do GUI design, but we plan on adding a GUI designer.
- We want to integrate the tools we have been building so far, so things like MonoDoc, NUnit-Gtk and the debugger should target MonoDevelop.
<<less
Download (3.1MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
810 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
Devel::tcltkdb 0.81

Devel::tcltkdb 0.81


Devel::tcltkdb is a Perl debugger using a Tk GUI. more>>
Devel::tcltkdb is a Perl debugger using a Tk GUI.
tcltkdb is a debugger for perl that uses perl+Tcl/Tk for a user interface.
Main features:
- Hot Variable Inspection
- Breakpoint Control Panel
- Expression List
- Subroutine Tree
SYNOPSIS
To debug a script using tcltkdb invoke perl like this:
perl -d:tcltkdb myscript.pl
Usage
perl -d:tcltkdb myscript.pl
Code Pane
Line Numbers
Line numbers are presented on the left side of the window. Lines that
have lines through them are not breakable. Lines that are plain text
are breakable. Clicking on these line numbers will insert a
breakpoint on that line and change the line number color to
$ENV{PTKDB_BRKPT_COLOR} (Defaults to Red). Clicking on the number
again will remove the breakpoint. If you disable the breakpoint with
the controls on the BrkPt notebook page the color will change to
$ENV{PTKDB_DISABLEDBRKPT_COLOR}(Defaults to Green).
Cursor Motion
If you place the cursor over a variable (i.e. $myVar, @myVar, or %myVar) and pause for a second the debugger will evaluate the current value of the variable and pop a balloon up with the evaluated result. This feature is not available with Tk400.
If Data::Dumper(standard with perl5.00502)is available it will be used to format the result. If there is an active selection, the text of that selection will be evaluated.
<<less
Download (0.31MB)
Added: 2007-08-10 License: Perl Artistic License Price:
808 downloads
Devel::ptkdb 1.1091

Devel::ptkdb 1.1091


Devel::ptkdb is a Perl debugger using a Tk GUI. more>>
Devel::ptkdb is a Perl debugger using a Tk GUI.
ptkdb is a debugger for perl that uses perlTk for a user interface.
Main features:
- Hot Variable Inspection
- Breakpoint Control Panel
- Expression List
- Subroutine Tree
SYNOPSIS
To debug a script using ptkdb invoke perl like this:
perl -d:ptkdb myscript.pl
Usage
perl -d:ptkdb myscript.pl
Code Pane
Line Numbers
Line numbers are presented on the left side of the window.
Lines thathave lines through them are not breakable. Lines that are plain text are breakable. Clicking on these line numbers will insert a breakpoint on that line and change the line number color to $ENV{PTKDB_BRKPT_COLOR} (Defaults to Red). Clicking on the number again will remove the breakpoint. If you disable the breakpoint with the controls on the BrkPt notebook page the color will change to $ENV{PTKDB_DISABLEDBRKPT_COLOR}(Defaults to Green).
Cursor Motion
If you place the cursor over a variable (i.e. $myVar, @myVar, or %myVar) and pause for a second the debugger will evaluate the current value of the variable and pop a balloon up with the evaluated result. This feature is not available with Tk400.
If Data::Dumper(standard with perl5.00502)is available it will be used to format the result. If there is an active selection, the text of that selection will be evaluated.
<<less
Download (0.038MB)
Added: 2007-08-10 License: Perl Artistic License Price:
807 downloads
EPIC 0.6.13

EPIC 0.6.13


EPIC is a Perl IDE based on the Eclipse platform. more>>
EPIC is a Perl IDE based on the Eclipse platform.
Features supported are syntax highlighting, on-the-fly syntax checking, content assistance, Perldoc support, a source formatter, templating support, and a Perl debugger.
A regular expression plugin and support for the eSpell spellchecker are also available.
Enhancements:
- The "testing" version 0.6.13 of EPIC is made available in the SourceForge download area, superseding the previously offered "stable" version 0.5.33. It contains mostly enhancements and fixes in the debugger, some of which cannot be provided in the "stable" version due to major differences in the code bases. The released version 0.6.13, which requires at least Eclipse 3.2, is not declared "stable" yet in order to maintain compatibility with Eclipse 3.1 in the "stable" branch.
<<less
Download (3.4MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
503 downloads
Winpdb 1.2.0

Winpdb 1.2.0


Winpdb is an advanced Python debugger. more>>
Winpdb project is an advanced python debugger, with support for smart breakpoints, multiple threads, namespace modification, embedded debugging, encrypted communication and speed of up to 20 times that of pdb.
Well, actually rpdb2 is the advanced debugger and Winpdb is its GUI, and I am their author, and this is their home page. So, whenever I refer in this website to Winpdb, whatever I write about it applies to rpdb2 too, except for GUI stuff of course. They even use the same command line flags.
Main features:
- GPL License
- Compatible with CPython 2.3, 2.4
- Platform independent, and tested on Windows XP, Linux Fedora-Core 4, and Mac OSX Tiger
- User Interfaces: rpdb2 is console based, while winpdb requires wxPython 2.6
Enhancements:
New Features:
- Added support for os.fork().
- Automatically track threads created directly with thread.start_new_thread().
- When modifying a value in the name-space viewer, the current value is given if possible.
- On Windows, Winpdb installs a start group folder to improve usability.
Security:
- Session password is removed from data structures that are sent from the server to the client.
Interface Changes:
- Removed CSimpleSessionManager.script_about_to_terminate_callback().
- Added CSimpleSessionManager.script_paused().
- Added CSessionManager.set_fork_mode().
- Added CSessionManager.get_fork_mode().
- Added CEventPsycoWarning.
- Added CEventForkMode.
- Added NotPythonSource exception.
Other Changes:
- Bug fix of bug 1744719 - "Address already in use error in Solaris"
- Changed the semantics of the name-space filter to filter out __methods__ from objects and classes.
- Added a warning when the psyco module is detected.
- The debugger now starts the script inside the default shell (e.g. bash).
- Improved name-space performance with large data structures in response to forum post: "More Torture Testing" - http://sourceforge.net/forum/forum.php?thread_id=1786226&forum_id=485189
- Fixed regression where script name-space was released too early and was not available in analyze mode of unhandled exceptions.
- Fixed FindFile() to expand username in path.
- Fixed debugger not to pause on breakpoints after detach.
- Fixed debugger to handle links correctly.
- Miscellaneous bug fixes.
<<less
Download (0.081MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
812 downloads
NuSphere PhpED 5.0.1

NuSphere PhpED 5.0.1


NuSphere PhpED IDE is a professional integrated development environment. more>>
NuSphere PhpED IDE is a professional integrated development environment.

NuSphere PhpED is intended mostly for building database-driven web-applications using php scripting language, although a lot of other popular languages such as HTML, XML, CSS, Perl, Javascript, Python are supported.

PhpED is a robust code editor, powerful php debugger, profiler and publisher – all-in-one. It also includes integrated database and CVS clients, SOAP services, HTML validator and Code Formatter tools, Terminal support and much more.
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
855 downloads
Eric4 4.0.1

Eric4 4.0.1


Eric is a full featured Python and Ruby editor and IDE, written in python. more>>
Eric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. The project is designed to be usable as everdays quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder.
Main features:
- Unlimited number of editors
- Configurable window layout
- Configurable syntax hilighting
- Sourcecode autocompletion
- Sourcecode calltips
- Sourcecode folding
- Brace matching
- Error highlighting
- Advanced search functionality including project wide search and replace
- Integrated class browser
- Makro recordings
- Integrated version control interface for Cvs and
- Subversion repositories
- Integrated sourcecode documentation system
- Integrated python debugger including support to debug multithreaded applications
- Integrated, full featured Ruby debugger
- Integrated profiling and code coverage support
- Integrated task (todo items) management
- Advanced project management facilities
- Interactive Python shell including syntax hilighting and autocompletion
- Interactive Ruby shell including syntax hilighting and autocompletion
- Integrated Bicycle Repair Man (refactoring tool)
- Application diagrams Running external applications from within the IDE
- integrated unittest support
- Cyclops cycles finder support
- Integrated CORBA support based on omniORB
- Integrated interface to cx_freeze
- Integrated interface to PyLint
- Many integrated wizzards for regex and Qt dialogs
- Localizations. Currently Eric is available in English, German, French, Russian and Czech.
- ...many, many more not mentioned here
Enhancements:
- bug fixes
<<less
Download (MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
840 downloads
BuGLe 0.0.20070718

BuGLe 0.0.20070718


BuGLe is a tool for OpenGL debugging, implemented as a wrapper library that sits between your program and OpenGL. more>>
BuGLe is a tool for OpenGL debugging at it is implemented as a wrapper library that sits between your program and OpenGL.
Main features:
- Dump a textual log of all GL calls made.
- Take a screenshot after every frame, or capture a video (the latter requires FFmpeg)
- Call glGetError after each call to check for errors, and wrap glGetError so that this checking is transparent to your program.
- Capture and display statistics (such as frame rate)
- Force a wireframe mode
- Recover a backtrace from segmentation faults inside the driver (the NVIDIA drivers leave no backtrace when a segfault occurs).
In addition, there is a debugger (gldb) that lets you set breakpoints and examine backtraces. It also lets you examine OpenGL state, enable and disable filters, and drop into gdb to see what is going wrong.
<<less
Download (0.89MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
829 downloads
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
Alinous-Core HTML-SQL language serverIDE 1.0.69

Alinous-Core HTML-SQL language serverIDE 1.0.69


Alinous-Core HTML-SQL language serverIDE is a very easy tool for creating WebDB application. more>>
Alinous-Core HTML-SQL language serverIDE is a very easy tool for creating WebDB application. We can create it with almost only SQL & HTML. Java , PHP and other languages are not necessary.

If you know SQL & HTML, you can create it with them and the Alinous-Core. The Alinous-Core is very simple tool, but it has enough functions. It has almost all features we use on WebDB development. For example, form data validation, Basic authentication, RSS, File upload and SMTP.

In addition to those, Alinous-Core supports GUI debugger, so we can develop with watching how it works.

<<less
Download (18.5MB)
Added: 2007-07-12 License: Freeware Price:
834 downloads
Java Tools 0.30

Java Tools 0.30


Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications. more>>
Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications and applets.
Java Tools includes point and click access to the Java files, commands, and documents. It also includes a built-in text editor and user interface for the Java debugger.
It is intended for the new Java user who needs help getting started. Its also for the more experienced Java user who wants easy access to the Java commands and a text editor.
Main features:
- GUI with built-in help and small footprint.
- Point and click access to all files (Java, manifest, HTML, image and sound) and directories (package).
- Point and click access to all commands for compiling (javac), archiving (jar), documenting (javadoc), executing (java), debugging (jdb) and disassembling (javap).
- Point and click access to all documents (Java API Specification, Java Tools and Utilities, Java Features and Java Tutorial).
- Point and click creation of all files (Java, manifest and HTML) and directories (package).
- Point and click installation of distribution archive files (Java document, Java source code, Java Tutorial and Sun Tools).
- Automatic determination of class file dependencies for archiving (jar) and documenting (javadoc) Java files.
- Checking for unused, redundant and missing imports.
- Logging of all commands invoked by GUI.
- Code metrics for Java files.
- Built-in text editor (see Edit for details).
- Built-in user interface for the Java debugger with command-line editing and history.
- Self-installing executable (Java archive file).
- Comprehensive installation and user documentation for Java and Java Tools.
<<less
Download (0.15MB)
Added: 2007-07-09 License: Freeware Price:
838 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5