代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/180985/9277838
h sbull.h
/*
* sbull.h -- definitions for the char module
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be f
www.eeworm.com/read/180985/9277915
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSHORT_DEBUG # "-O" is needed to expa
www.eeworm.com/read/180985/9277993
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g # "-O" is needed to expand inlines
else
www.eeworm.com/read/178977/9380170
vcl comtest.vcl
Build Log
--------------------Configuration: Comtest - Win32 (WCE ARMV4I) Debug--------------------
Command Lines
Creating temporary file "C:\T
www.eeworm.com/read/177981/9424499
makefile
# Makefile for UNIX version of GENESIS
# Note: select the appropriate compiler options
CFLAGS = -O
# CFLAGS = -O4 -ffpa # sun3 with fpa
# CFLAGS = -g # debugging
GA = best.o checkpnt.o co
www.eeworm.com/read/177981/9424560
unx makefile.unx
# Makefile for UNIX version of GENESIS
# Note: select the appropriate compiler options
CFLAGS = -O
# CFLAGS = -O4 -ffpa # sun3 with fpa
# CFLAGS = -g # debugging
GA = best.o checkpnt.o co
www.eeworm.com/read/177604/9444252
h driverconfig.h
/**************************************************
* Copyright 2004-2005 IAR Systems. All rights reserved.
*
* $Revision: 1.1 $
**************************************************/
// Used
www.eeworm.com/read/177603/9444325
h driverconfig.h
// Used when debugging the flash loader as a normal standalone application.
//#define DEBUG 1
www.eeworm.com/read/177571/9447343
js testingcase14.js
//*****************************************************************************
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 5/1/2006
www.eeworm.com/read/176340/9502715
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSBULL_DEBUG # "-O" is needed to expa