How do I use the GDB plugin in Geany?

I have installed the GDB plugin in Geany which shows the tab as Debug. I'm fine to use GDB in terminal, but can't figure out how we are using this Debug tab.

When I open the tab, I see several windows. I downloaded the binary to the Target tab and then ran it. Giani immediately crashed. Also, most of the buttons, such as the step, are grayed out. Failed to process online document.

Can anyone please instruct me?

+3


source to share


1 answer


If you have installed geany-plugins you can activate debug: menu-> tools-> plugin manager checkbox debugger



and you can use it with your filename meaning that if your filename is gg. / gg is your path. not gg.c

0


source







All Articles