代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/365329/9869173
dbg report.dbg
# report.dbg -- 5.3 Jun 13 14:25:42 1993
# Copyright (c) 1993 Axel T. Schreiner
# report generator debugging
# dumpReport(r) dump report by name
$1 ~ /\.rep$/ { # filename.rep
loadReports($1)
www.eeworm.com/read/167247/9974413
h predict.h
/*
* predict.h --
*
* Code for predictor calculation. Its function version, predictor.c,
* is used in debugging compilation.
*/
/*
* $Id: predict.h,v 1.1 2002/10/14 21:56:03 enlf Exp $
*/
#ifnd
www.eeworm.com/read/164463/10107520
h debug.h
/*
* linux/include/linux/sunrpc/debug.h
*
* Debugging support for sunrpc module
*
* Copyright (C) 1996, Olaf Kirch
*/
#ifndef _LINUX_SUNRPC_DEBUG_H_
#define _LINUX_SUNRPC_DE
www.eeworm.com/read/353600/10435983
html glib-warnings-and-assertions.html
Message Output and Debugging Functions
www.eeworm.com/read/296774/7113932
h m88k-aout.h
/* Definitions for "naked" Motorola 88k using a.out object format files
and stabs debugging info.
Copyright (C) 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free
www.eeworm.com/read/305826/7130171
cpp astar.cpp
// STL A* Search implementation
// Copyright 2001 Justin Heyes-Jones
// used for text debugging
#include
#include
#include
#include
#include
www.eeworm.com/read/453925/7403711
c debugmalloc.c
/* debugmalloc.c: a malloc for debugging purposes. */
#include
#include
#include
static unsigned trace = 0;
#define TRACE(s) if (trace) fprintf (stderr, "%s", s)
#de
www.eeworm.com/read/399963/7818979
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/399963/7819352
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD