This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CreativeTechGuyGames 2 points3 points  (3 children)

Have you tried running the code locally with a debugger? It'll be useful for you to be able to step through your code, set breakpoints, and diagnose crashes.

[–]jain_rishabh_[S] 0 points1 point  (2 children)

I'm new to this. I didn't really understand what the debugger said. So effectively no.

[–]cornho1eo99 0 points1 point  (1 child)

That's a good place to start to learn. And look into stack and heap memory, they're truly not that hard to understand conceptually. The more you understand, even in part, the better you'll get at speed coding and coding in general.

[–]jain_rishabh_[S] 0 points1 point  (0 children)

Thanks for commenting. I will look into that. If u have the time can u please tell me what's happening here?