代码搜索:debugging

找到约 8,473 项符合「debugging」的源代码

代码结果 8,473
www.eeworm.com/read/148694/5712052

c optimize.c

/* Source for debugging optimimzed code test. cc -g -O -o optimize optimize.c */ int callee(); int test_opt; int main() { int a,b,c,d,e,f,g,h; a = 10;; /* Value propagate */ b
www.eeworm.com/read/147807/5719885

properties log4j.properties

#for debugging log4j itself log4j.debug=false #Logger-Priorities: #DEBUG lowest, prints all messages #INFO prints all messages with FATAL, ERROR, WARN or INFO priority #WARN prints all messages wit
www.eeworm.com/read/145471/5745882

h sched.h

#ifndef _LINUX_SCHED_H #define _LINUX_SCHED_H #define NEW_SWAP /* * define DEBUG if you want the wait-queues to have some extra * debugging code. It's not normally used, but might catch some * wa
www.eeworm.com/read/136812/5859551

makefile

# # Copyright (C) 1987 Sun Microsystems, Inc. # @(#) Makefile 1.1 92/07/30 Copyr 1987 Sun Micro # # define LDEBUG to enable internal debugging and not hide global symbols d-mc68020=mc68020 d-mc
www.eeworm.com/read/136812/5859860

c if_le.c

#ifndef LEBOOT #ifndef lint static char sccsid[] = "@(#)if_le.c 1.1 92/07/30 SMI"; #endif #endif #ifndef sun2 /* * For Sun-3/25 debugging we want DEBUG on. For production, turn it off. */
www.eeworm.com/read/132747/5910209

h sched.h

#ifndef _LINUX_SCHED_H #define _LINUX_SCHED_H /* * define DEBUG if you want the wait-queues to have some extra * debugging code. It's not normally used, but might catch some * wait-queue coding er
www.eeworm.com/read/132747/5910440

h sched.h

#ifndef _LINUX_SCHED_H #define _LINUX_SCHED_H /* * define DEBUG if you want the wait-queues to have some extra * debugging code. It's not normally used, but might catch some * wait-queue coding er
www.eeworm.com/read/131315/5934165

nr debug.nr

.\"$Header: debug.nr,v 1.4 88/12/06 16:05:36 nhall Exp $ .\"$Source: /usr/argo/doc/kernel/RCS/debug.nr,v $ .\" .\" Program names should be in italics .\" .NC "Debugging, Testing, and Statistics" .sh 1
www.eeworm.com/read/125606/6027578

java assert.java

//: com:bruceeckel:tools:debug:Assert.java // Assertion tool for debugging. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. p
www.eeworm.com/read/117181/6110959

c optimize.c

/* Source for debugging optimimzed code test. cc -g -O -o optimize optimize.c */ int callee(); int test_opt; int main() { int a,b,c,d,e,f,g,h; a = 10;; /* Value propagate */ b