Setting up Development Environment: Difference between revisions
m Adding more fixes. |
|||
Line 103: | Line 103: | ||
'''Unable to load source code when debugging using the provided GDB. It says, "No source files available".''' | '''Unable to load source code when debugging using the provided GDB. It says, "No source files available".''' | ||
When loading your ELF file, | When after loading your ELF file, make sure to set a breakpoint at main(), then continue. The GDB will refresh with your source code. | ||