gpt4 book ai didi

c++ - 使 valgrind 能够在 C++ 需要时读取用户输入

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:05:41 24 4
gpt4 key购买 nike

我正在尝试使用 valgrind 运行我的 C++ 程序,但是我在程序中有一些点需要用户从 stdin 输入,但是当我使用 valgrind 运行时,它不会让用户为程序输入任何内容,是否有绕过这个?

一直在四处寻找,但没有找到答案。

最佳答案

我没试过,但我在手册页中找到了这个:

--input-fd=<number> [default: 0, stdin]
Specify the file descriptor to use for reading input from the
user. This is used whenever valgrind needs to prompt the user
for a decision.

如果您为 valgrind 指定不同的 fd(比如 3)用于输入,会发生什么情况?

关于c++ - 使 valgrind 能够在 C++ 需要时读取用户输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4973921/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com