For a "hello world" C program, what I did was to add the debugger support plugin and a visual gdb plugin to Geany:
restart geany, open hello.c and compile
now there are debug icons at top right and a Debug tab lower left of screen (use arrow key to see it)
Use the menu Debug, "Setup Program" to add the executable (hello)
We can then add breakpoints etc.
Code:
sudo apt install -y apt geany-plugin-debuggersudo apt install -y apt geany-plugin-scope
now there are debug icons at top right and a Debug tab lower left of screen (use arrow key to see it)
Use the menu Debug, "Setup Program" to add the executable (hello)
We can then add breakpoints etc.
Statistics: Posted by neilgl — Wed Jan 15, 2025 8:49 pm