+ 1
Is there any where I can go to practice debugging?
I want to get better practice at debugging a random piece of code. I would write my own code and debug that but I want the challenge of fixing a mistake that could be anywhere so I can get the feel of what it's like to work in a office that's already started a project. I dont want to do the challenge other players bit because that gets repetitive after playing it enough. To conclude, I'm looking for a website that's like leetcode but with code that needs to be debugged.
5 Answers
+ 6
What programming language you wanted to use?
+ 6
I would recommend you to try:
http://www.pythontutor.com/visualize.html#
It is named "pythontutor", but it can also work with java,C, C++, javascript, typescript and ruby. There are some limitations, but it's worth a try!
you can debug forward and backward, you can see your varibales content, and you can copy and paste your code in the editor.
+ 2
Keep eye here in discussion section .
Alot of programmes you will get to debugg in all languages.