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.
我知道可以将标准输入设置为项目配置文件中定义的文件内容。不过,我想要的是在调试时更改标准输入的能力。有没有办法在linux系统上做到这一点?
基本上我需要这个,因为我对 debuggee 的下一个输入取决于它以前的输出之一。这意味着我无法在开始调试之前设置正确的标准输入内容。
事实上,我需要在调试时设置它!
非常感谢!