9 projects tagged "debugger"
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.
A ready-to-use architecture to ease the creation of MDI-style applications in Java.