python import ptvsd ptvsd.enable_attach() ptvsd.wait_for_attach() ptvsd.break_into_debugger() x = 5 y = 10 z = x + y print(z)


上一篇:
下一篇:
切换中文