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.
我在 android 上使用 lunix,我不能使用 gdb 来调试我的代码。
脚步:
$ gcc -g -o a a.c $ gdb ./a $ run
gdb 显示:
Starting program: /home/a During startup program exited with code 182. (gdb)