This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个适用于 android 的 C++ 程序,我想通过逐行运行(单步执行)来调试,就像我可以从终端在 Linux 上使用 gdb 一样,并让它在每一步打印出所有当前变量及其值. 这可能吗?我将如何做到这一点?请注意,c++ 程序不是从任何 IDE 构建的,只是使用终端命令。我看到列出了很多东西,例如 ndk-gdb,但我不确定从哪里开始。