First, let me inform you that there are two debugger plugins in the Geany-Plugins package you can choose from:
If the configure script tells you that the debugger plugin is not enabled than a requirement to build the debugger plugin is missing. It could be that the VTE package is missing on your system.
Please follow one of the steps below, depending on your GTK version:
sudo apt-get install libvte-dev
sudo apt-get install libvte-2.91-dev
After that please run ./configure
again. Does it say yes
now?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.