Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Python Cloud Debugger 1.18

Compare
Choose a tag to compare
@xinghuadou-google xinghuadou-google released this 13 Jun 19:09

This release adds:
Using '$$' to escape the '$' character in a logpoint message
Excluding lambas and generators from possible locations to set a snapshot or logpoint, they will always be set on the outer function where they are defined
More informative error message for 'python module not found' and 'no code found at line'
Keys in dictionaries are now captured with repr instead of str