# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

debug.cpp File Reference

This file contains all features that help us to debug applications. More...

#include "stdmisc.h"
#include "nel/misc/log.h"
#include "nel/misc/displayer.h"
#include "nel/misc/mem_displayer.h"
#include "nel/misc/command.h"
#include "nel/misc/report.h"
#include "nel/misc/path.h"
#include <stdarg.h>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  NLMISC

Defines

#define NEL_DEFAULT_DISPLAYER   1
#define NEL_LOG_IN_FILE   1
#define DEFAULT_DISPLAYER   NEL_DEFAULT_DISPLAYER
#define LOG_IN_FILE   NEL_LOG_IN_FILE

Variables

const bool TrapCrashInDebugger = false


Detailed Description

This file contains all features that help us to debug applications.

Id:
debug.cpp,v 1.66 2002/10/28 17:32:13 corvazier Exp

Definition in file debug.cpp.


Define Documentation

#define DEFAULT_DISPLAYER   NEL_DEFAULT_DISPLAYER
 

Definition at line 73 of file debug.cpp.

#define LOG_IN_FILE   NEL_LOG_IN_FILE
 

Definition at line 75 of file debug.cpp.

#define NEL_DEFAULT_DISPLAYER   1
 

Definition at line 63 of file debug.cpp.

#define NEL_LOG_IN_FILE   1
 

Definition at line 70 of file debug.cpp.


Variable Documentation

const bool TrapCrashInDebugger = false [static]
 

Definition at line 78 of file debug.cpp.