DebugClients/Python/coverage/__main__.py@e5f6fe5855fd
DebugClients/Python/coverage/__main__.py
Thu, 23 Mar 2017 20:30:49 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Thu, 23 Mar 2017 20:30:49 +0100
- branch
- debugger fine grinding
- changeset 5658
- e5f6fe5855fd
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
move the instruction pointer within the current function (Hotkey: F12)
# 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())