2012/7/5 Stefan Behnel <stefan...@behnel.de> > Back to that question then: > > > Is there a way to get readable debugging symbols in a translated PyPy > that > > would tell me what is being executed? >
I fear that pypy standard distribution calls "strip" on the resulting binary. You could translate pypy yourself, I'm quite sure it contains debug info already and it's quite easy to call "make debug" anyway. -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev