Debugging symbols for JIT compiled code?

M A <[email protected]> Sun, 14 Nov 2021 15:11:38 -0500
Newsgroups gmane.comp.python.pypy
Message-ID <[email protected]>
Is it possible for PyPy to add debugging symbols to the code it creates and writes to memory? I'm trying to figure out why my python program keeps crashing. If I had debugging symbols available I could instantly figure out what function is being called.

Thank you.