Debugger
Stryfe01
Member Posts: 146
Can you guys include a debug section in the program? It's really frustrating going scene by scene, actor by actor to figure out where there is a game crashing conflict.
Comments
What I do now to find broken actors is make a backup copy of my game. Then go one by one deleting each actor and running the game until the game runs. The last actor I deleted was the buggy one. Then I reload from backup and figure out what's wrong with that actor.
if a real debugger is not easy maybe a simple window with the chhosen variables showed could be really useful. I mean : i choose from a complete list the attribute and the variables I wish to check and when I preview a game a wimdow with the list of chosen vars and attributes shows them.