Skip to main content

Enable remote debugging with winpdb in Zope / Plone

Project description

Introduction

z3c.winpdb is a trivial package that calls rpbd2.start_embedded_debugger when IDatabaseOpenedWithRootEvent is fired during the startup of the Zope / Plone instance thus making it possible to debug the running instance with winpdb.

Two environment variables are evaluated:

RPDB2_ENABLE must be set to “true” for start_embedded_debugger to be called. You most probably don’t want this in a production environment. Default is “false”.

In RPDB2_PASSWD you can set the password needed to attach winpdb to the embedded debugger. Default is “passwd”.

Note

You can’t use z3c.winpdb and use python profiling concurrently, as this causes an infinite recursion in rpdb2’s CDebuggerCoreThread.profile_recursion method. So if you use z3c.winpdb make sure to remove any publisher-profile-file directive from zope.conf file.

Changelog

0.1.4

  • Bugfix: configure.zcml was missing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

z3c.winpdb-0.1.4.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page