DebugClients/Python/coverage/__main__.py@3296c56acdbf
DebugClients/Python/coverage/__main__.py
Fri, 17 Feb 2017 22:01:46 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 17 Feb 2017 22:01:46 +0100
- branch
- debugger fine grinding
- changeset 5535
- 3296c56acdbf
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Access breakpoints and watches only by thier class variable (more reliable with threads).
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
"""Coverage.py's main entry point."""
import sys
from coverage.cmdline import main
sys.exit(main())