Thu, 25 Jun 2015 18:58:34 +0200
Fixed an issue in the debugger backend causing a crash if a class reimplements __repr__ and a breakpoint is set in the __init__() method of such class.
3495 | 1 | """Coverage.py's main entry point.""" |
2 | import sys | |
3 | from .cmdline import main | |
4 | sys.exit(main()) |