代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/470230/1475489
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/470230/1475526
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/460691/1558340
pod perldebug.pod
=head1 NAME
perldebug - Perl debugging
=head1 DESCRIPTION
First of all, have you tried using the B switch?
=head1 The Perl Debugger
"As soon as we started programming, we found to o
www.eeworm.com/read/455847/1608804
svn-base .platform.svn-base
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega103",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
push @opts, "-Wl,-Tdata=0x800100" if $debugging;
@commonplatforms = ("a
www.eeworm.com/read/455847/1608833
platform .platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega103",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
push @opts, "-Wl,-Tdata=0x800100" if $debugging;
@commonplatforms = ("a
www.eeworm.com/read/250243/4436925
h isdn_common.h
/* $Id: isdn_common.h,v 1.1.2.2 2004/01/12 22:37:19 keil Exp $
*
* header for Linux ISDN subsystem
* common used functions and debugging-switches (linklevel).
*
* Copyright 1994-1999 by Fritz El
www.eeworm.com/read/250243/4439731
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/247849/4473625
t-semi
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer
LIBGCC2_DEBUG_CFLAGS = -g0
# D
www.eeworm.com/read/247849/4473635
t-netbsd
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer
LIBGCC2_DEBUG_CFLAGS = -g0
# D
www.eeworm.com/read/247849/4473973
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