I have used scope before successfully and just re-tested with your example code and it works for me. This is what I did: - copied spawn.c bugfix code and re-compiled geany - started geany and activated scope plugin - copied your example code to hello.c - ran your compiler command - in Debug/Setup Program I set: - Executable: home/lars/test/hello - Working dir: home/lars/test - all other settings are unchanged - set a breakpoint at the ```printf()``` line - clicked on "Run/continue" - progam starts to run, a yellow arrow appears on the breakpoint line - I clicked on "step over" and program execution continues...
Seems fine for me. I am using Ubuntu 16.04.