[Github-comments] [geany/geany-plugins] Geany-scope blank window, inusable (#433)

aztennenbaum notifications at xxxxx
Sun Jul 24 14:42:44 UTC 2016


I installed geany and geany-plugins from git on a fresh xubuntu 16.04 system, and found this same issue 

When I try to debug, it instead hangs with geany using 100% cpu. It seems to get past the stage of actually loading gdb, and i have found that geany rarely responds to mouse clicks, and when I kill gdb, it goes back to functioning normally.

I have tried with geany 1.27 and had the same issue

here are the steps I have used to go from a fresh linux install to my current state:

sudo apt-get install git libvte-dev libtool
sudo apt-get install ctags gdb meld nemiver libwebkit-dev vim

git clone https://github.com/geany/geany
cd geany
./autogen.sh --disable-html-docs
make
sudo make install
cd ..


git clone https://github.com/geany/geany-plugins
cd geany-plugins
./autogen.sh --disable-html-docs
make
sudo make install

I then enable scope debugger, at which point the issue becomes apparent


---
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/433#issuecomment-234780953
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160724/e01b8708/attachment.html>


More information about the Github-comments mailing list