gleb-sevruk / pycrunch-trace

Time Travel Debugging for Python
https://pytrace.com
MIT License
152 stars 12 forks source link

Hot-fix when there is no recording name provided to Trace().start(); … #9

Closed gleb-sevruk closed 2 years ago

gleb-sevruk commented 2 years ago

Hot-fix when there is no recording name provided to Trace().start();

Added ability to use custom exclusions right in the decorator or in Trace.start method.