bcgov / aries-vcr

Hyperledger Aries Verifiable Credential Registry (VCR) is a set of application level software components designed to accelerate the adoption of trustworthy entity to entity communications.
Apache License 2.0
78 stars 70 forks source link

refactor: debugpy is configured by environment variable #793

Closed amanji closed 2 months ago

amanji commented 2 months ago

In debug mode the application waits on the user to attach a debugpy session. This may not be ideal in all scenarios. This PR adds the ability to configure whether to install and attach a to a debugpy session or to just continue with development.