+ 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.

27th Aug 2020, 1:17 PM
MyNameIsMutable
MyNameIsMutable - avatar
4 Réponses
+ 6
What programming language you wanted to use?
27th Aug 2020, 3:24 PM
Lothar
Lothar - avatar
+ 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.
28th Aug 2020, 3:02 PM
Lothar
Lothar - avatar
+ 2
Keep eye here in discussion section . Alot of programmes you will get to debugg in all languages.
27th Aug 2020, 1:20 PM
Divya Mohan
Divya Mohan - avatar
0
Lothar I mainly want JavaScript. Others like Python, PHP, CSS or Ruby will work too
27th Aug 2020, 4:57 PM
MyNameIsMutable
MyNameIsMutable - avatar