mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
import sys
|
|
|
|
print("one") # @one
|
|
print("two") # @two
|
|
print("three") # @three
|
|
sys.exit(42)
|