debug_new_pointer
List of: Functions
Subjects: Debugging
Contents: Kernel

Action: Prints to the output file an ENTITY pointer.

Prototype: void debug_new_pointer (


ENTITY const* ptr, // entity pointer


FILE* fp // file pointer


);


void debug_new_pointer (


char const* title, // title


ENTITY const* ptr, // entity


FILE* fp // file pointer


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kerndata/data/debug.hxx"

#include "kernel/kerndata/data/entity.hxx"

Description: Outputs an ENTITY pointer and enters it into the list. This pointer can be preceded by a title and followed by a new line.

Library: kernel

Filename: kern/kernel/kerndata/data/debug.hxx

Effect: System routine
PDF/KERN/24FNC.PDF
HTM/DATA/KERN/KERN/24FNC/0008.HTM