Skip to content

Allow import of pdb and ipdb in restricted code.

Notifications You must be signed in to change notification settings

collective/Products.enablesettrace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

To make a long story short: sometimes you need to break into the debugger in the middle of a Script (Python). To prevent the frustrating Unauthorized: import of 'pdb' is unauthorized message, use this enablesettrace package.

This package supports importing the pdb module. It is a fork of the original Products.enablesettrace package which still resides in the Zope Subversion Repository. The only change made was turning the package into an egg.

It also incorporates the monkeypatch from the zdb product from Chris Withers.

Installation

The installation is as simple as making sure the package is located on the Python path. For example when you are using zc.buildout list Products.enablesettrace in the eggs section:

[buildout]
...
eggs =
    ...
    Products.enablesettrace

Credits

This code was originally contributed by Zach Bir and committed by Jim Fulton. Mark van Lent eggified the product.

Jean Jordaan snarfed Chris's code from https://github.com/Simplistix/zdb There is more in zdb that may be worth porting.

About

Allow import of pdb and ipdb in restricted code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%