How to execute my C program line by line in geany as in turbo C
问题 I have switched to Linux Mint from Windows 7 and now I am using Geany to write C programs in it. As I mentioned in the question that I want to execute my program line by line in Geany. During execution is there a way where I can see the value of variables in Geany?. I am using Geany because it's light weight and it has an integrated terminal, compiler, scribble, etc. which is very simple to use... 回答1: Install Geany Debugger Plugin and then you can easily execute your program line by line.