Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 425 Bytes

SUPPORT.md

File metadata and controls

8 lines (6 loc) · 425 Bytes

Debugging extract-zip

One way to troubleshoot potential problems is to set the DEBUG environment variable before importing / calling extract-zip. Setting its value to extract-zip will produce debugging information as a ZIP file is extracted.

We use the debug module for this functionality. It has examples on how to set environment variables if you don't know how.