Hello everyone. I was trying to learn how GDB works and learn about debugging.
While trying to set breakpoint on main function I saw that it's not displaying the line number in decimal.
So I looked up a bit and found that one needs to include the -g flag while compiling the cpp file.
I did that and yet it doesn't show the line numbers in decimal.