Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 205 Bytes

debugging.rst

File metadata and controls

19 lines (10 loc) · 205 Bytes

debugging stuff

Launch doit's debugging shell:

from doit import tools
tools.set_trace()

Inspect HtmlElement nodes:

(Pdb) p source_node.items()