When debugging Pants pytests, is there a way to ge...
# development
b
When debugging Pants pytests, is there a way to get
ipdb.set_trace()
to work?
h
Yep! Run with --test-debug. I think we install ipdb in pytest_plugins already
b
Ah great, thanks!