Debugging
Blitz3D Forums/Blitz3D Beginners Area/Debugging
| ||
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? |
| ||
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. |
| ||
this topic some more in this thread |