Debugging tools for coders?

Hi!

I just started coding a few months ago and I am trying to get all the help I can get. My friend showed me this debugging tool called Metabob and I really like it so far.

Do you guys have any other recommendation that I could also use?

Also, I’m open to advice on blogs, YouTube channels or whatever would help a new coder willing to learn!

Appreciate it!

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

2 Likes

Depends on your language, but for anything low level then gdb/lldb, you have to learn a good native debugger if you want to be able to fix the oddest of bugs!

1 Like