Questions tagged [debugging]
Debugging is the process of finding and resolving defects or problems within a computer program that prevent correct operation of computer software or a system.
4 questions
0
votes
0
answers
9
views
Seeking ESP32 recommendation
This is an update to my question of 5 years ago.
As of the end of 2025, I am looking for an ESP32 with native onboard debugger, rather than having to use JTAG. It should have a display.
The reason I ...
1
vote
0
answers
221
views
Debugging Python on the BBC micro:bit with Pycharm
I am following this guide which seems to be excllent, except for one litte problem:
When I debug, a breakpoint which I set on the first line is nor reached and the script seems to hang.
The debugger ...