Paketname | cscope |
Beschreibung | Interactively examine a C program source |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 15.7a-3.2 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 492 Byte |
Hängt ab von | libc6 (>= 2.7), libncurses5 (>= 5.7+20100313) |
Empfohlene Pakete | |
Paketbetreuer | Tobias Klauser |
Quelle | |
Paketgröße | 133342 Byte |
Prüfsumme MD5 | aae4ddb33d083cf200fa3b98b794191d |
Prüfsumme SHA1 | 4fc62396003e56eb9f1caff8924b139b033cc94c |
Prüfsumme SHA256 | 2376131c108dc6610958680387cc6f1607403423c9dc7a77cb633487f793b43d |
Link zum Herunterladen | cscope_15.7a-3.2_i386.deb |
Ausführliche Beschreibung | Cscope is an interactive text screen based source browsing tool.
Although it is primarily designed to search C code (including lex
and yacc files), it can also be used for C++ code.
.
Using cscope, you can easily search for where symbols are used and
defined. Cscope is designed to answer questions like:
.
- Where is this variable used?
- What is the value of this preprocessor symbol?
- Where is this function in the source files?
- What functions call this function?
- What functions are called by this function?
- Where does the message "out of space" come from?
- Where is this source file in the directory structure?
- What files include this header file?
|