Projects tagged ‘debug’


[18 total ]
139

Xdebug

   
Primary Language: C Licensed as: PHP License

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 traces in error messages with: o full ... [More] 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]

Metrics updated about 21 hours ago

39

eZ Components

   
Primary Language: PHP Licensed as: New BSD License

eZ components is an enterprise ready general purpose PHP components library by eZ systems. As a collection of high quality independent building blocks for PHP application development eZ components will both speed up development and reduce risks. ... [More] An application can use one or more components effortlessly as they all adhere to the same naming conventions and follow the same structure. [Less]

Metrics updated 11 Oct 08

20

FirePHP

   
Primary Language: JavaScript Licensed as: New BSD License

FirePHP enables you to log to your Firebug Console using a simple PHP method call. All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development where clean JSON or XML responses are required.

Metrics updated about 18 hours ago

9

Krumo

   
Primary Language: JavaScript Licensed as: GNU Lesser General Public License 2.1

To put it simply, Krumo is a replacement for print_r(); and var_dump();. By definition Krumo is a debugging tool (PHP4/PHP5), which displays structured information about any PHP variable. A lot of developers use print_r() and var_dump() in the ... [More] means of debugging tools. Although they were intended to present human readable information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML. [Less]

Metrics updated 11 Oct 08

6

ClanSphere

   
Primary Language: PHP Licensed as: New BSD License

This project has grown in the past years and became the most advanced web cms for clan and esport related pages. It features modul management, template and language switching and so on. It supports a wide range of php versions and database drivers.

Metrics updated 27 Aug 08

2

dlock

 
Primary Language: C Licensed as: GNU General Public License 2.0

dlock : a lock debugging framework. Dlock is a tool to look for potential deadlocks in your code. It analizes the locking patterns you use, and will report potential problems (even if the deadlock doesn't actually happen).

Metrics updated 12 Oct 08

2

KDbg

   
Primary Language: C++ Licensed as: GNU General Public License 2.0

KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code.

Metrics updated 12 Oct 08

1

protoeditor

   
Primary Language: C++ Licensed as: GNU General Public License 2.0

Protoeditor is a small KDE text editor developed for debugging scripts interactively. The goal is to provide a simple editor supporting a variety of debuggers for different languages.

Metrics updated 11 Oct 08

1

etius

 
Primary Language: C/C++

Reverse engineering suite. This project will include a disassembler (modeled after IDA) and a number of other tools associated with reverse engineering.

Metrics updated 23 Sep 07

0

reflexutil

 
Primary Language: ActionScript Licensed as: GNU General Public License 3.0 or later

Introduction:This open source utility allows Adobe Flex developers to debug and alter properties of components while running an application. How to use:Add the ReflexUtil SWC library to your flex project Open the Default MXML Application file Add ... [More] the following child to the tag: Add the following attribute to the tag: xmlns:reflexutil="net.kandov.reflexutil.*" Debug/Run the application. right click on the application when loaded Click the component you wish to inspect under the mouse point A control window will open, have fun Inspecting Styles:Run the application after adding the following argument to the compiler: -keep-as3-metadata+=Style On Flex 2.0 - Run in Debug mode only. Using as Module:To run the latest version directly from the repository, run this command on the preinitialize event of the Application: Security.loadPolicyFile("http://reflexutil.googlecode.com/svn/trunk/module/crossdomain.xml"); Then use the ModuleLoader to load the component on run-time, usage examples: Flex2: Flex3: To load component when running the application from localhost, you have to download the appropriate module file, put it in the bin folder, and change the url: Flex2: Flex3: Digg! [Less]

Metrics updated 08 Oct 08