代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/113030/6142254
h lion.h
// Chapter 9 of C++ How to Program
// Debugging Problem (lion.h)
#ifndef LION_H
#define LION_H
#include "animal.h"
// class Lion definition
class Lion {
public:
Lion( const int = 0,
www.eeworm.com/read/113030/6142256
h dog.h
// Chapter 9 of C++ How to Program
// Debugging Problem (dog.h)
#ifndef DOG_H
#define DOG_H
#include "animal.h"
// class Dog definition
class Dog : public Animal {
public:
Dog( cons
www.eeworm.com/read/110972/6163343
msvc makefile.msvc
# Makefile.MSVC: MSVC Makefile for LAME 3.57beta
PGM = lame
CC = cl
LN = link
# debugging options
# CC_OPTS = /nologo /Zi /Ge /GZ
# LN_OPTS = /nologo /debug:full /debugtype:cv /fixed:no
#
www.eeworm.com/read/110034/6167446
c debug.c
/*
* linux/arch/m68k/mac/debug.c
*
* Shamelessly stolen (SCC code and general framework) from:
*
* linux/arch/m68k/atari/debug.c
*
* Atari debugging and serial console stuff
*
* Assembled of
www.eeworm.com/read/102935/6226294
c debug.c
/*
* linux/arch/m68k/mac/debug.c
*
* Shamelessly stolen (SCC code and general framework) from:
*
* linux/arch/m68k/atari/debug.c
*
* Atari debugging and serial console stuff
*
* Assembled of
www.eeworm.com/read/322905/6301347
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 som
www.eeworm.com/read/410397/11288191
h debug.h
// Larbin
// Sebastien Ailleret
// 15-11-99 -> 08-05-01
// It's dirty, but I don't care
// it's just for debugging purposes
#ifndef DEBUG_H
#define DEBUG_H
#include "options.h"
///////////////////
www.eeworm.com/read/157220/11729069
h rstd.h
// Copyright 2000 by Robert Dick.
// All rights reserved.
#ifndef R_STD_H_
#define R_STD_H_
// Misc. debugging, type conversion, and control utilities.
// Define ROB_DEBUG to turn on debugg
www.eeworm.com/read/155451/11870193
cpp draw.cpp
#include "stdafx.h" // TRACE(), AfxMessageBox(), max(), min()
#include
#include "draw.h"
static char msg[80];
extern CDC *my_cdc; // for debugging, to allow TextOut()
extern HDC my_hdc;
www.eeworm.com/read/342523/12015024
h led_config.h
#define LED_Config_Debug 1
#ifdef LED_Config_Debug
# ifdef __KERNEL__
/* This one if debugging is on, and kernel space */
# define PDEBUG(fmt, args...) printk( KERN_NOTICE "J2M_Config: " fmt