DebugClients/Python/coverage/__main__.py@5fffb5cc1a88
DebugClients/Python/coverage/__main__.py
Sat, 25 Feb 2017 21:17:56 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sat, 25 Feb 2017 21:17:56 +0100
- branch
- debugger fine grinding
- changeset 5561
- 5fffb5cc1a88
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
When in unhandled exception, current frame lies in debugger files always. In breakpoints,
you won't see the correct frame in this case.
# 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())