DebugClients/Python/coverage/__main__.py@6cb8be573090
DebugClients/Python/coverage/__main__.py
Mon, 08 Aug 2016 22:50:36 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Mon, 08 Aug 2016 22:50:36 +0200
- branch
- debugger speed
- changeset 5086
- 6cb8be573090
- parent 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
New set_trace for sys.breakpoint to reflect the changes in previous commit.
# 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())
#
# eflag: FileType = Python2