✅ Project appears to freeze at some arbitrary point.
Code: https://mystb.in/7e159e940113ea2b2c
With the code I have now, I get this output in console:
It gets all the way to the end and then freezes for an indefinite amount of time.
This is the section I'm concerned about. Full file is in the pastebin above.
5 Replies
use the profiler...
a quick hack would be to pause the application while its hanging and look at the stacktrace to see whats it currently doing
*during debugging
whats that
also turns out i was using longs instead of ulongs
whats what?
Use the debugger to see where exactly it gets stuck
oh wait i got it sorted
profiler
?close
there we go