[ckan-dev] How to debug a CKAN extension or CKAN in general
Sean Hammond
sean.hammond at okfn.org
Fri Feb 8 14:19:39 UTC 2013
> does someone know how to debug a CKAN extension, in my case its the
> harvester, with a command-line debugging tool like pdb? Although logging
> works just fine it would help to get an understanding how the harvester
> works with its different components when datasets are imported.
Install it locally and put sme pdb.set_trace() lines into the source
code?
ipdb is a nicer version of pdb, by the way
More information about the ckan-dev
mailing list