curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662e50c396d1771e709de60a.md
Please answer the question below.
What does Tom think of debugging?
Debugging should be avoided if possible.
Tom does not suggest avoiding debugging; instead, he acknowledges it as a part of the programming process.
Only inexperienced programmers find debugging challenging.
Tom mentions that it is a common challenge, indicating it affects programmers, not just the inexperienced.
Debugging is a normal part of programming that people find challenging.
Debugging is unnecessary for skilled programmers.
The statement highlights that even experienced programmers face this challenge, suggesting it is not about skill level but a general aspect of programming.
3
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-2.mp3",
"startTime": 1,
"startTimestamp": 5.02,
"finishTimestamp": 8.18
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.16,
"dialogue": {
"text": "Don't worry. Debugging is a common challenge for programmers.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.66
}
]
}