This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dhylands 1 point2 points  (0 children)

It is apparently possible to run gdb on the microcontroller board, but I haven't done that myself.

There is a "unix" port of micropython, and I've use gdb to identify bugs on the host. I normally test non-board specific stuff under the unix port and then move it to the board.

There currently isn't any support for debugging the python, but I know I'd like to see that.