Hi Shubha, On 29 December 2016 at 22:42, Shubha Ramani via pypy-dev <[email protected]> wrote: > How do I build with debug symbols (i.e. -g) so that I can inspect core dumps > when you get a traceback like this ?
Run "make clean; make lldebug" in the directory containing the generated C sources (.../usession-xyz/testing_1). A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
