View Single Post
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#95)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 20-05-2004

BTW, to force a break in your code just call interupt 3:

__asm
{
int 3h
}

MSVC has an easy way to do this...
DebugBreak();