代码搜索结果
找到约 10,000 项符合
Debug 的代码
debug.h
/* debug.h - included in each C module via interp.h */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file DEBUG.INC */
#undef DEBUG_H
debug.inc
; File: DEBUG.INC
; NOTE: When making changes to this file, be sure to consider equivalent
; changes to DEBUG.H
DEBUG_INC = ON
DbTimer MACRO
ENDM
DbMessTimer MACRO seg,mess
LOCAL szMess
debug.c
/***
*debug.c - utility routines for internal debugging of the interpreter
*
* Copyright 1986, Microsoft Corporation
*
*Purpose:
* This module provides general purpose utilities for writing
debug.inc
;******************************************************************************
;
; (C) Copyright MICROSOFT Corp. 1989-1990
;
;*******************************************************************