FlightControl Posted October 27, 2014 Posted October 27, 2014 i have somewhere in my server scripting logic an infinite loop. But i cannot find EXACTLY where the loop is. And the loop starts very randomly, based on a complex situation (i think it has to do with my client logic). Bottom line, how can i find where that loop is within my logic??? I have currently added env.info lines and currently writing trace lines... Isn't there another way of finding the loop situation through a DEBUG tool??? sv. [TABLE][sIGPIC][/sIGPIC]| Join MOOSE community on: DISCORD :thumbup: Website of the MOOSE LUA Framework. MOOSE framework Downloads. Check out Example Missions to try out and learn. MOOSE YouTube Channel for live demonstrations and tutorials. [/TABLE]
Interceptor Posted October 27, 2014 Posted October 27, 2014 put some print ("1") print ("2") print ("3") near every jump and "loop" (do while; for do)
Recommended Posts