1

我正在尝试通过 python3 运行 jdb。

test = subprocess.check_output(['jdb','-attach','localhost:1234'])

但它卡在那里,因为它正在等待输入。

有没有办法自动退出?

4

0 回答 0