Search found 2 matches

by benob
Tue Apr 30, 2019 11:07 am
Forum: Development of MicroPython
Topic: Python stacktrace from gdb
Replies: 0
Views: 2016

Python stacktrace from gdb

Is there a way to get a stack trace of the python code from gdb? I am debugging crashes from (my own) native libraries and it is not always easy to understand where a call comes from in the python code.
by benob
Mon Apr 29, 2019 10:23 am
Forum: General Discussion and Questions
Topic: Season of Docs proposal for MicroPython
Replies: 9
Views: 5366

Re: Season of Docs proposal for MicroPython

I would love to have more documentation on developing native modules. I have had to read the source code a lot, which is very instructive, but a proper walk of the subset of the internals necessary for writing modules using built-ins and custom types would be a nice time saver (chapters on that mate...