Skip to content

gborelli/collective.blueprint.pdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Overview
========

collective.blueprint.pdb provides a trivial method to debug a transmogrifier chain.

You can include this blueprint in your transmogrifier chain and put some conditional expression to set a simple pdb breakpoint.

USAGE
-----

[transmogrifier]
pipeline =
    source
    ...
    debug_item
    ...

[debug_item]
blueprint = collective.blueprint.pdb
condition = python:item/pippo == 'pippo'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages