VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: DirectDraw and Debugging... Carl (2 replies, 0 views) (2000-May-30) If your program crashes and you want to find the line it crashed on try pressing F1 to bring up the help screen, then exit the help screen and 9/10 times its highlighted the place where the code crashed, which allows you to debug a bit. Another way is to use debug.print alot, even if its just to find where the program is crashing.
|