I am currently working with NS-2 (network simulator) and I wanted to use the tui gdb option so that I could view the course code during debugging. (Like Visual Studio)
Currently, the original window is empty when I run "gdb -tui". However, I can see the file when I make a "list" in gdb, but I can not get it to automatically go to the file and point to the place of the break.
Any ideas how to do this?
user220751
source
share