Hi,
I would like to view the source code( the current line it has executed/going to do) in gdb while i am debugging, and i know list and other commands will display the code.
what i would like to know is do i need to set some path or something to display the code while debugging.
because it always works if i try a sample program in local sysytem , does not matter where i copy my exe and run, but the project i am working is very big code ,so even if i use list and other commands it does not display code neither it displays during debugging
Thanks,