Debugger Problems

Blitz3D Forums/Blitz3D Programming/Debugger Problems

Lilprog(Posted 2003) [#1]
In the original version of Blitz 3d whenever I got an error message like entity not found, it would hilite the offender and allow me to see what was wrong. With new version 1.83 that i just installed, it doesnt hilite the specific line thats causing a problem anymore. I know you can add debugging messages to the code now, but i really dont want to add debugging messages to the 5,000 lines of code I already have. Anybody have any suggestions?

Rob


GfK(Posted 2003) [#2]
The debugger moves to the line where the error is.

Its just a case of getting used to the fact that the debugger has uses other than simply informing you that your game has gone tits-up.

:-)


Lilprog(Posted 2003) [#3]
In the new one its not for me, it just goes to the first line of whatever program is jacked up....