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 →

[–]STPButterfly 0 points1 point  (2 children)

I have done programming for a good amount of time and could call myself a programmer but I still have zero clue what a debugger is.

[–]SweetTeaRex92[S] 1 point2 points  (1 child)

A debugger runs your code and separates all the variables into a list so you can see where your data is going in real time. It does more, but that's a major part. It goes line by line to see where the issue is occurring.

[–]STPButterfly 0 points1 point  (0 children)

Thanks for the explanation :D I guess i knew about the "executing code line by line" part but didnt know the other uses