Craig Howard schrieb: > Hello All: > > Is is possible to compile a code object and single-step through its > execution?
import pdb; pdb.set_trace() Look up the pdb module documentation. Diez -- http://mail.python.org/mailman/listinfo/python-list
Craig Howard schrieb: > Hello All: > > Is is possible to compile a code object and single-step through its > execution?
import pdb; pdb.set_trace() Look up the pdb module documentation. Diez -- http://mail.python.org/mailman/listinfo/python-list