CooCox CoDebugger Select Debugging ELF
Use the import feature to import and debug an executable you have already built. This feature will automatically create a project and debug configuration for you.
This is helpful if you have an executable built with debug symbols but may not have the project used to build the executable.
Importing ELF for Debugging:
To set breakpoint:
Expand the executable in the Project Explorer view to see the list of source files. Only executables built with debug symbols will show a list of source files. The source files can be opened in the editor so you can set breakpoints. Use these files only for debugging, you can not change them and rebuild the executable with this project.
|