-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple.Tutorial #13
Comments
A good tutorial. But have you tried the "initialize Termux" in Settings? |
hehe thanks, I have tried many tutorials,, my advice, is there an apk feature select compiler options (tcc/gcc/clang/etc),,, and if possible gdb or cgdb or gdb-peda, can be run on termuC |
The compiler can be customized if you try a project instead of a single file, and the GDB is also supported. See https://github.com/RainbowC0/TermuC/wiki/Usage. Note Termux official repository provides clang, tcc, gdb, lldb, cgdb only, excluding gcc and gdb-peda. The You must be aware that the current debugger function is a temporary solution. I have an idea of developing a simple GUI of GDB via GDB/MI in the future versions, but not urgent. If anyone would like to contribute such an implementation, I would be appreciated a lot. However, the GDB/MI is not a common specification like LSP, so in the future versions it cannot support multiple debuggers. See also: |
Thanks Dev TermuC
[ basic ]
https://drive.google.com/file/d/1-HcA9qBVd0gaZcND7cBCkfftDOnl_12A/view?usp=drivesdk
how acces external storage?
The text was updated successfully, but these errors were encountered: