debugpy/tests/test_data/bp/a&b/test.py
Pavel Minaev 55eac82c96 Fix #1811: tests using attach_by_pid fail on Python 2.7
Don't call enable_attach() and wait_for_attach() while under import lock.
2020-01-26 17:14:30 -08:00

6 lines
101 B
Python

import debuggee
debuggee.setup()
print("one") # @one
print("two") # @two
print("three") # @three