Projects tagged ‘debug’ and ‘development’


Jump to tag:

Projects tagged ‘debug’ and ‘development’

Filtered by Project Tags debug development

Refine results Project Tags php (6) javascript (5) web (5) java (5) python (4) design (4) linux (4) svn (3) site_management (3) dynamic_content (3) gme (3) c (3)

[10 total ]

242 Users
   

The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: * stack and function ... [More] traces in error messages with: o full parameter display for user defined functions o function name, file name and line indications o support for member functions * memory allocation * protection for infinite recursions [Less]
Created over 3 years ago.

2 Users

Created 6 months ago.

1 Users

Debug Visualisation Plugin for eclipseThis project consists of a View for the eclipse platform, which provides a better structural view for variables in debug mode. It can help the developer to get a ... [More] overview image of the structures in memory using the Zest framework. To install the plugin to your eclipse instance, see the wiki page on Installing, information about future development is available on the project Roadmap and you can read current main events of the project on the project blog. Screenshots [Less]
Created 11 months ago.

0 Users

CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive; not encumbered with unnecessary features. The interface is designed to deliver the ... [More] familiar GDB text interface, with a split screen showing the source as it executes. The UI is modeled on the classic Unix text editor, vi. Those familiar with vi should feel right at home using CGDB. The library responsible for communicating with GDB is called Trivial GDB (tgdb, or more accurately, libtgdb). This abstraction allows the UI code to be independent of the debugger, as well as greatly simplifying its implementation. Those wanting to develop other interfaces to GDB are welcome to use libtgdb as the basis for their program. Many of the headaches of parsing GDB's output and annotations can be avoided by using it. Some features offered by CGDB are:     * Syntax-highlighted source window     * Visual breakpoint setting     * Keyboard shortcuts for common functions     * Searching source window (using regexp)     * Tab Completion [Less]
Created 12 months ago.

0 Users

This project intends sharing tools for the XOOPS and Uniform Server community
Created 28 days ago.

0 Users

Tired of debugging Python using print statements? Don't like the cumbersome PDB (Python debugger) console? Prefer using Vim for coding your Python programs? VimPdb is the solution - allows debugging ... [More] Python in an IDE-fashion, right within the Vim editor. Features:Highlighting of currently debugged line and breakpoint lines. F5 - Run/continue running. F2 - Toggle breakpoint at current line Ctrl-F2 / Shift-F2 - Toggle conditional/temporary breakpoint. F7 / F8 - Step into/over F12 - Print stack trace F3 / Ctrl-F3 - Eval/Exec a given statement (in the current debugging context) Save/load breakpoints into session files. Cross-platform And many more... See readme.txt for details Download and InstallClick here to download the sources. Just drop vimpdb.py and vimpdb.vim into your Vim plugin directory, and you're all set to go. Important NotesIt's still considered Beta, so I'm not too sure about its stability or lack of bugs. However, I do appreciate if you could report bugs, suggest features or help out with the known issues (see "Known Issues" section in readme.txt). Email me at vimpdb@gmail.com It's possible to easily implement the debugging capabilities for another editor (e.g. Emacs) - you could write a Python class of your own, which inherits from the PdbIDE class, and implements editor-specific functionalities (such as highlighting). [Less]
Created 12 months ago.

0 Users

Simple J2EE Application server based on OpenEJB and EclipseLink. Can be used for testing and development ejb and jpa projects. Can be runned as standalone Java application.
Created 10 months ago.

0 Users

A javascript debuging tool, for trace messages to an console, like (but a bit more powerfull than) Firebug's console.log() function. For developers that aim for quality.
Created 12 months ago.

0 Users

mpWebDebugmpWebDebug bar is coded with PHP5 and it provides a possibility to debug web applications during development, without destroying the page output. If debugging is enabled, the output will ... [More] be a small collapsable mpWebDebug bar at the top left corner of the page. Inspired by the Web Debug Toolbar of symfony Framework which provides a simple way to display debug informations during development. [Less]
Created 12 months ago.

0 Users

Created 4 months ago.