debugpy/tests/test_data/testpkgs/pkg1/__main__.py
2019-10-03 18:31:37 -07:00

6 lines
92 B
Python

import sys
print("one") # @one
print("two") # @two
print("three") # @three
sys.exit(42)