Re: [Github-comments] [geany/geany-plugins] debugger (#938)
@andy5995 thanks, thats the expected fix as per posts above. Closing, due to no response from the OP. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#issuecomment-823690275
Re: [Github-comments] [geany/geany-plugins] debugger (#938)
Closed #938. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#event-4622149851
Re: [Github-comments] [geany/geany-plugins] debugger (#938)
> If you are using gtk3, install VTE like this: > > ``` > sudo apt-get install libvte-2.91-dev > ``` Solved it for me, on Debian Buster -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#issuecomment-823518096
Re: [Github-comments] [geany/geany-plugins] debugger (#938)
@Ehlarm: please open a new issue and report your details there as this issue is about a different operating system so the problem fixes might differ and should not be mixed up. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#issuecomment-590405319
Re: [Github-comments] [geany/geany-plugins] debugger (#938)
for me it's the same debugger issue on my Raspbian (Pi4) :( @LarsGit223 "sudo apt-get install libvte-2.91-dev" doesn't helped too... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#issuecomment-590204548
Re: [Github-comments] [geany/geany-plugins] debugger (#938)
If you are using gtk2, install VTE like this: ``` sudo apt-get install libvte-dev ``` If you are using gtk3, install VTE like this: ``` sudo apt-get install libvte-2.91-dev ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#issuecomment-569225860
Re: [Github-comments] [geany/geany-plugins] debugger (#938)
Without further info its not possible to say what you are missing, post the whole configure. But at a guess its likely to be a valid version of VTE development. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938#issuecomment-569151327
[Github-comments] [geany/geany-plugins] debugger (#938)
Hello, I use Ubuntu 18.04, and am trying to install the Geany Debugger plugin. However, when I checked the terminal, I see this. Is there a way to fix this, or is this intentional? ![image](https://user-images.githubusercontent.com/59266886/71492371-aa474880-2804-11ea-8764-74e0495a39bd.png) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/938