My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 73
Debug Kittens busca ser un conjunto de librerías multiplataforma fáciles de usar y llevar, y aplicables a programas en C y C++ de todo tipo y tamaño. Se compone de: * *Log Kitten:* librería de registro de mensajes (logs) * *Logview:* visor de logs en tiempo real * *Conf Kitten:* librería...
Delta Debugging automates the scientific method of debugging. The basic idea of the scientific method is to establish a hypothesis on why something does not work. You test this hypothesis, and you refine or reject it depending on the test outcome. When debugging, people are doing this all the time. ...
This package will contain visual components and plugins for popular debuggers like windbg,ollydbg. This will help reverse engineering job easier and more fun. [http://viscope.googlecode.com/svn/wiki/CreateFileW-0-Small.png]
FireMVC is a FirePHP(Firebug extension for AJAX Development) server-side library for ASP.NET MVC
TODO: Create a project description.
The Debugging toolkit for Java.
=Why?= Why is it better to put debug messages in a file instead of just printing them? There are several reasons, including the fact that the normal output is not cluttered, and the messages are saved in a file, so you can look at them immediately and come back and look at them again later if you...
The bsdcrashtar utility creates a tar archive that contains all files needed for debugging FreeBSD kernel crash (vmcore, kernel, loaded modules, sources that appear in backtrace). This is useful for debugging a crash on another host, sending it to developers or if you are going to upgrade the kernel...
Remotely log unhandled exceptions in your Android applications. = Client side usage = Download the latest trace.jar file found [http://code.google.com/p/android-remote-stacktrace/downloads/list here]. Drop it into your Android project and in the properties for your project add it to "Java Buil...
During PHP development I like to echo out the values of variables/functions to make sure they're what I expect or to find out what's in them. PHP's `print_r()` function works fine mostly but I decided I wanted the output formatted clearer and each variable type shown as well as the value. A big prob...
1 2 3 4 5 6 7 8 Next