Hello,
Sure you have already talk about sublimGDB. But I really don’t understand how to configure and use it with the following C code :
- A directory “include” containing the headers (*.h),
- A directory “src” containing the code (*.c),
- A directory “obj” for the object files generated by gcc and
- A Makefile at the root directory of this project.
Is there any example of how to configure sublimeGDB with these kind of project ?
If you don’t answer I’ld use VSCode… So don’t let go this way. Thanks in advance.
Stéfane