NaturePHP is a classes wrapper using PHP's autoload to create a non-intrusive, simple, organized, and extensible library system. It is aimed at intermediate and advanced PHP developers, providing a lot of non-intrusive functionality for Web site and application development. Upcoming development will include internal library management and the ability to download/update libraries from the repository.
This software provides you with the facility to check and analyze web page content directly. All these are good starting points for targeted xhtml development debugging. It features the ability to watch HTTP headers, to watch _POST variables when submitting html forms, css stylesheet monitoring. dom inspector for better documents structure monitoring, to indicate css stylesheet attributes, to indicate current used cookies, to watch javascript errors, auto reload function up to 60 seconds, analyzing SEO keywords, and quick HTTP_USER_AGENT switching.
Coretrace is a lightweight tool for debugging embedded Linux applications. It works by analyzing core files from crashed applications and outputs a short plain-text backtrace, suitable for putting into logfiles. The basic idea is to let the failing unit do self analysis of core files and report those back home during device maintenance lifetime. Non-interactive small-sized embedded systems are the primary targets, so small footprint is of major concern, since it will be stored on flash. Currently the compiled size is approximately 20 kb.
exude is a simple to use memory debugger. It enhances standard memory allocation calls with simple replacements that add just a little more functionality, such as keeping track of whether memory was previously allocated, and prevents common errors such as double frees, memory leaks, and so on.