Debugging

Blitz3D Forums/Blitz3D Beginners Area/Debugging

npajr(Posted 2003) [#1]
Load program. Run program. Get error message "Function WaitTimer not fount". This is true, there is no such function in program. How do you use the debugger to see where this function is ever called in the program? How do you use the debug function?


Floyd(Posted 2003) [#2]
I would expect the cursor to have moved to the offending line.

If not, then just search the text (Control-F) for the word WaitTimer.


keyboard(Posted 2003) [#3]
this topic

some more in this thread