Personal tools
You are here: Home Products ZPTDebugger Releases ZPTDebugger 1.1.0

ZPTDebugger 1.1.0

Next release of this product. Main features: compatibility with Zope 2.10 and Record Mode.

For additional information about this project, please visit the project page.

Available downloads

Product package

For all platforms (47.6 kB)

Release Notes

Tested with Zope 2.10.2, Zope 2.10, Zope 2.9.6, Zope 2.9, Zope 2.8.8, Zope 2.8.4, Zope 2.8, Zope 2.7.8, Zope 2.7
State Final release
License Freeware
Release Manager Lukasz

This release is focused on bugfixes from Issue Tracker. The most important change is that product can now work also with Zope 2.10 and probably next releases. I've also added record mode which allows running test inside live Zope environment.


More details on http://www.llakomy.com/Projects/ZPTDebugger

Change log

  1. Bug #1 - Fixed unicode error during string conversion. Patch supported by Radim Novotny.
  2. Bug #2 - Added compatibility with Zope 2.10 and probably 2.11. Removed code that caused 'deprecated' messages.

  3. New feature: Record Mode. Allows recording teplates rendered outside debugger.
  4. Improved interface, tested on Firefox 2.0 and IE 6.
  5. 5 new unit tests for #1, #2 and record mode. Major changes here so tests can also detect Zope version and work for 2.7 - 2.10
  6. More checks in code, as certain values aren't available on Zope3 ViewPageTemplateFile's. Fix provided by Hanno Schlichtig.