Python stacktrace from gdb

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
benob
Posts: 2
Joined: Mon Apr 29, 2019 10:16 am

Python stacktrace from gdb

Post by benob » Tue Apr 30, 2019 11:07 am

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.

Post Reply