LinuxLinks.com
Newbies What Next ? News Forums Calendar
Home | Register | News | Forums | Guide | Free Software | Portal Pages | MyLinks | Add Link | Modify Link | New | Hot | Link Us

Search/Browse

 Category Gateway
More Options
Category:  


LinuxLinks Login

Login:

Password:



Click here
to start your own
Link collection!

LinuxLinks News
 · 7 of the Best Free Linux Medical Imaging Software
 · 6 of the Best Free Linux Electronic Medical Records Software
 · 6 of the Best Free Linux Food and Drink Software
 · 5 of the Best Free Linux Data Recovery Tools
 · 7 of the Best Free Linux Configuration Management Tools
 · 6 of the Best Free Linux Disk Cloning Software
 · 7 of the Best Free Linux Document Processors
 · 6 of the Best Android Mobile Devices
 · 8 of the Best Free Linux Geometry Software
 · 7 of the Best Free Linux Calculators
(more...)

 

Latest Links
RubyTet
Bart
Toolserver Framework for Python
iWiccle
(more...)

 

Google Search
 



Top : Software : Programming : Development : Debugging : Console

Highlights
7 of the Best Free Linux Medical Imaging Software
Medical imaging is an essential, non-invasive, routine activity performed by radiographers and radiologic technologists. It is a discipline of the health profession which involves using technology to capture images of the human body.

(Read more)
Midnight Commander
Midnight Commander is a Unix file manager and shell. Being a text mode application, GNU Midnight Commander can be used locally or remotely, on the console or under X Window System. By using full screen space of the terminals, it provides an intuitive user interface to the operating system, aiming to be a useful tool for users with any level of experience, from a newbie to a guru. Read more

Links:

  • Assembly Language Debugger
    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, and OpenBSD.
  • ASTUce
    ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. It is intended for developers who wish to implement unit tests.
  • AVaRICE
    AVaRICE is a program which interfaces the GNU Debugger GDB with the AVR JTAG ICE available from Atmel.
  • call2sym
    call2sym is a kernel debugging aid. It performs the useful task of converting a Linux kernel system call stack trace into symbolic names. This allows you to quickly determine exactly which functions were executing when the kernel panick'd.
  • CATSRunner
    Catsrunner is a C testing suite based on CATS. CATS (C Automated Test System) is a testing framework for C, especially designed to work well in embedded and multiplatform enviroments. Catsrunner provides the wrapper that calls the test and reports the results.
  • coretrace
    coretrace is a lightweight tool for debugging embedded Linux applications. It works by analysing core files from crashed applications and outputs a short plain-text backtrace, suitable for putting into logfiles.
  • Cutter
    Cutter is a unit testing framework for C and C++. It provides an easy test writing API and easy debugging output to continue testing.
  • Dave's Unit Test
    Dave's Unit Test (DUT) is a simple infrastructure for doing unit testing in C and C++. It can test boolean assertions, and test for the existence of expected C++ exceptions or POSIX signals. It also traps unexpected exceptions or signals.
  • Dave's Unit Test
    Dave's Unit Test (DUT) is a simple infrastructure for doing unit testing in C and C++. DUT can test boolean assertions, test paths through complex branches, and test for the existence of expected POSIX signals. DUT also traps unexpected signals.
  • DebugTrace
    DebugTrace is a tool for printing execution traces that are helpful for debugging. It shows every instruction as it is executed, the values of registers that are written, and the memory that is read and written.
  • DieHard
    DieHard automatically hardens software applications against a wide range of bugs. These bugs (known as memory errors) often end up as serious security vulnerabilities, cause crashes, or lead to unpredictable behavior.
  • DStress
    DStress is a D programming language conformance test suite. It is used to test the DMD and GDC compilers.
  • Extended Python Debugger
    Extended Python Debugger is a (slightly) more 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.
  • Hat
    Hat is a source-level tracer for Haskell 98, the standard lazy functional programming language. Hat is a tool that gives the user access to otherwise invisible information about a computation. Hat is portable between compilers: it works with both ghc and nhc98. It also supports various language extensions, such as the FFI, multi-parameter type classes, functional dependencies, and hierarchical module namespaces.
  • IPv6 CARE
    IPv6 CARE, the "IPv6 Compliance Automatic Runtime Experiment", is a tool for diagnosing the IPv6 compliance of programs while they are running.
  • Jockey
    Jockey is a user-space library for recording and replaying an execution of generic GNU/Linux programs. It is a debugging tool especially for long-running networked servers that suffer from bugs that are difficult to reproduce.
  • Kaputt
    Kaputt is a testing tool for the Objective Caml language. It features both assertion-based tests (like in the xUnit framworks) and specification-based tests (like in the QuickCheck tool).
  • latrace
    latrace is a glibc 2.4+ LD_AUDIT frontend. It allows you to trace library calls and get their statistics in a manner similar to the strace utility.
  • ldcheck
    ldcheck is a simple tool to look for bad/missing dependencies and to recommend which package(s) should be considered for recompilation/reinstallation.
  • LectroTest
    LectroTest is an automatic, specification-based testing tool for Perl.
  • Linice
    Linice is an Intel x86-based, Linux source-level kernel debugger with the look and feel of SoftIce for MS Windows. Linice is designed to be used by people who have SoftIce experience. Linice provides a major subset of SoftIce commands, and adds a few new ones.
  • minibug
    minibug is a simple two-window debugger for assembler programs. It runs in the console or X terminal. It reads ELF executables and extracts any symbols or comment information. Registers, breakpoints, memory, and disassembly are displayed.
  • phook
    phook is a userspace tool that injects code into any application at run-time using ptrace(). It has a modular design to allow one use different plugins to make the target application do whatever is wanted.
  • PScan
    PScan is a limited problem scanner for C source files.
  • PyChecker
    PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint.
  • PyCrash
    PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the crashed application.
  • Pydb
    Pydb is a modified version of the standard Python debugger, pdb, with a number of augmented features that make it suitable for use with DDD, the Data Display Debugger.
  • Pyflakes
    Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
  • PyreRing
    PyreRing is a test runner that executes scripts intended to act as individual test cases. By removing the administrative burden that often surrounds testing, the test author can focus on writing meaningful, direct, and useful test cases. As long as you wrap your test cases with a Unix shell or scripted language wrapper, it will be executed. It allows you to set a timeout value, send reports to email addresses, automatically organize your test cases with filesystem directories or suite files that you define, create automatic suites based on a predefined block in your test scripts, and capture standard out and standard error into a comprehensive log.
  • PyTest
    This is a small package that facilitates the unit testing process by aggregating PyUnit tests and making them easier to call from the command line and from within other unit tests.
  • python-ptrace
    python-ptrace is a debugger using ptrace written in Python. It's able to control multiple processes, read/write bytes, perform breakpoint and step by step execution, use a disassembler, syscall tracer, and parser, explain why a signal is raised, dump registers, stack, and memory mappings, etc.
  • RCUNIT
    RCUNIT stands for Robust C Unit. It is a small framework for testing C programs. Similar to other unit testing frameworks, RCUNIT is a framework used for creating repeatable tests. RCUNIT provides uniform interfaces for managing tests. It provides optional setup and tear down functions both for tests and test suites, multiple test registries and test suites, test run and assertion failure callbacks, and an output redirection mechanism for log and test run reports. Requiring only an ANSI compliant C compiler, RCUNIT is a highly portable unit testing tool.
  • RefDbg
    A GObject reference count debugger. GObject is part of the glib library (not to be confused with glibc) which forms the basis of GTK+ (the Gimp ToolKit), Gnome, GStreamer and many other projects. The GObject library adds object oriented stuff to C which by itself lacks object oriented features. Refdbg aims to ease the task of finding GObject reference count bugs which can lead to memory leaks or program crashes.
  • scanmem
    scanmem is a simple interactive debugging utility used to locate the address of a variable in an executing process. This can be used for the analysis or modification of a hostile process, or as a "pokefinder", used to cheat at video games.
  • shUnit2
    shUnit2 is a unit testing framework for shell scripts (eg. sh, bash) that is modeled after the JUnit framework. It is designed to make unit testing in shell as simple as possible.
  • Smatch
    Smatch is a way of finding errors in source code, especially the Linux kernel source and potentially it may be useful for other people too someday.
  • Smieciuch++
    Smieciuch++ is a portable precise collector for C++ and nearly precise tracing garbage collection for C. It should not mess other data with collected pointers (except few corner cases in C).
  • sreplay
    sreplay is a tool that performs system call replay of strace logs on UNIX-like operating systems. It is written in assembly and C, and is free software licensed under the LGPL. It supports simple dynamically-linked application replay under i386 and ppc64 Linux at present.
  • stackviz
    stackviz is a companion for the gdb debugger which shows you what the program's stack looks like at any given moment.
  • TCLP
    TCLP is a type checker for Prolog dialects. It is written in SICStus Prolog. Its goal is to statically trap programming errors like illegal arguments used in a call for a predicate or illegally built data structures with respect to a given typing for function symbols or predicates. TCLP is also capable of type inference for user predicates. Supported dialects include ISO-Prolog, GNU-Prolog, and SICStus Prolog.
  • Vampire Testing Tool
    Vampire Testing Tool is a remote package testing tool written in python. It takes a tarball, uploads it on several machines, configures it, runs a check sequence (usually make distcheck) and returns the results. It is designed to be flexible.
  • winpdb
    Winpdb 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.
  • wsdebug
    wsdebug is a debugger for the more or less famous whitespace programming language, coming along with a rather fast interpreter.
  • xsldbg
    xsldbg is a text based tool to debug stylesheets and it is similar to the Unix/Linux debugger gdb. It uses using the libxslt library.



Share this Page
Bookmark and Share
Submit this page to popular social networks such as Digg, Twitter, StumbleUpon and more.


My LinuxLinks
MyLinks
  • Bookmarked links
  • Emailed Newsletter
  • Your own profile

  • Top Applications
    Top Free Software
    6 Lean Desktops
    14 File Managers
    21 Backup Tools
    21 Window Managers
    21 Productivity Tools
    21 Text Editors
    21 Video Emulators
    21 Home Emulators
    42 Graphics Apps
    42 Scientific Apps
    42 Email Apps
    12 Instant Messaging
    42 Games
    42 More Games
    21 More Games
    42 Audio Apps
    42 Video Apps
    80 Security Apps
    Free Console Apps
    14 Multimedia
    'Free' Proprietary
    21 Closed-Source Apps
    Top Commercial Apps
    42 Games
    Free Web Software
    21 Web CMS
    14 Wiki Engines
    8 Blog Apps
    6 eCommerce Apps
    Other Articles
    Migrating from Windows
    Distribution Guide
    Distro Portal Pages

    Migrate to Linux
    Thinking of switching to Linux? Check out our Linux Equivalents to Windows Software section, highlighting popular Linux equivalents to Windows software.

    This feature also includes over 150 individual software portal pages including Blender, Scribus, OpenOffice.org, Evolution, Eclipse, K3b, and MythTV, providing a wealth of essential information.

     

    Distribution Guides
    Distro Guide

    Debian
    Fedora
    Gentoo
    Mandriva
    OpenSuSE
    RedHat
    Slackware
    Ubuntu
    Xandros

    Absolute
    Linux Mint
    64 Studio

    LiveCDs
    Berry Linux
    GoblinX
    KNOPPIX
    Kubuntu
    NimbleX
    PCLinuxOS
    Sabayon
    SimplyMEPIS
    Xubuntu

    Entire List

     

    SourceFiles.org
    Sourcefiles.org
    Backup
    CD Writing
    Databases
    Editors
    Emulators
    Financial
    Games
    Graphics
    Home ...
    Internet
    Multimedia
    Networking
    Office
    Prod Tools
    Scientific
    Shells
    Spreadsheets
    Toys
    Utilities
    WMs

     

    Services
    Web Calendar
    Linux Licenses

    Advertise at LinuxLinks.com

     

    Latest Portal Pages
    Mixxx
    energyXT2
    GRASS
    uDig
    QGIS
    gretl
    SPSS

     

    About | FAQ | Privacy | Awards | Contact
    Portal Version 0.7. Intel Blade.
    Comments to the webmaster are welcome.
    Copyright 2009 LinuxLinks.com All rights reserved.