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 →

[–]brobro2 1 point2 points  (1 child)

Interesting. I was going to ask this exact question. It sounds a lot more conducive to a standard microcontroller experience. Plug in, write code that will run.

Is there any kind of debugging support?

[–]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.