Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 python3 运行 jdb。
test = subprocess.check_output(['jdb','-attach','localhost:1234'])
但它卡在那里,因为它正在等待输入。
有没有办法自动退出?