Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread elextr
@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)

2021-04-20 Thread elextr
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)

2021-04-20 Thread Andy Alt
> 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:

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2020-02-24 Thread LarsGit223
@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

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2020-02-24 Thread Armin Ehlert
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:

[Github-comments] [geany/geany-plugins] debugger (#938)

2019-12-26 Thread dx24816
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) --