Decoding HTML entities when importing tools is useful. Specific need is in a 3rd-party tool, but it is generally useful.
It should be possible to use import pdb; pdb.set_trace() within a task and use pdb in the terminal.
import pdb; pdb.set_trace()
Changes in branch db/7854
Log in to post a comment.
Changes in branch db/7854