Open TomAugspurger opened 7 years ago
Currently Stitch.error can be 'continue' or 'raise'. If possible, a debug flag would be nice. For python kernels we could drop into pdb or ipdb. Not sure about R or other kernels.
Stitch.error
debug
pdb
ipdb
Currently
Stitch.error
can be 'continue' or 'raise'. If possible, adebug
flag would be nice. For python kernels we could drop intopdb
oripdb
. Not sure about R or other kernels.