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.
使用 Eclipse,使用(ANSI)C 语言,有没有办法查看指针从调试中指向的值?
谢谢
我已经好几年没用过 Eclipse 了,但不是有一个“监视”窗口,你可以在其中添加要监视的变量吗?在这种情况下,您应该可以放在*pointer那里。
*pointer
您可以随时printf在要检查的地方打印所需的值。
printf