About a few hours ago I was able to use gdb -tui to visually see my commands running. I don't know what I did or what happened, but now whenever I use gcc -o filename -g filename.s it doesn't show the source and I can't set break points. If i use r it will just run the program as normal, so I am curious as to why? Also how to undo it. I am running gcc 8.3 on my raspberry pi 3 while doing some arm assembly.
↧