Download List

Project Description

The SCID debugger is a tool designed to help you locate memory-related bugs in
C code. This includes both memory leaks and memory access errors due to
reading/writing through invalid pointers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-07-02 18:11
0.14

Fixes were made for a major bug in the handling of "else if" blocks, a bug in
scope tracking for anonymous structs/unions, and a bug in generated function
naming that could result in a SCID-generated function having illegal characters
in its name. All handling of GNU compound statement expressions was disabled.
They should still be parsed and included, but never instrumented. A bug in the
instrumentation of -> dereferences on expressions was fixed. The block variable
tracking code was rewritten to eliminate some worrying inflexibilites. An
attempt was made to simplify configuration options and make them a little more
flexible. The GUI was redesigned to reflect changes in the configuration
options.
Tags: Major bugfixes

2001-06-08 04:32
0.12

Tags: Initial freshmeat announcement

Project Resources