OK. Please kindly give me a helpful nudge here. I have read this :https://morepypy.blogspot.com/2011/04/tutorial-part-2-adding-jit.html
What I want to do is debug the translation to byte code process. How best to do that ? Use python print ?Since pdb is not going to work, I need some other way to debug. What can I do ? Thanks, Shubha Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com On Monday, December 5, 2016 11:32 AM, Armin Rigo <armin.r...@gmail.com> wrote: Hi Shubha, You're trying to translate code that uses pdb.set_trace(). You can't do that. If you intend to debug that code, run it normally, don't try to translate it. Armin
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev