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

<p>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.</p>

<p>I have tried with geany 1.27 and had the same issue</p>

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

<p>sudo apt-get install git libvte-dev libtool<br>
sudo apt-get install ctags gdb meld nemiver libwebkit-dev vim</p>

<p>git clone <a href="https://github.com/geany/geany">https://github.com/geany/geany</a><br>
cd geany<br>
./autogen.sh --disable-html-docs<br>
make<br>
sudo make install<br>
cd ..</p>

<p>git clone <a href="https://github.com/geany/geany-plugins">https://github.com/geany/geany-plugins</a><br>
cd geany-plugins<br>
./autogen.sh --disable-html-docs<br>
make<br>
sudo make install</p>

<p>I then enable scope debugger, at which point the issue becomes apparent</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/433#issuecomment-234780953">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ3nk-34ZedzWS-bwZRvmapDO6wUjks5qY3nkgaJpZM4IuOib">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzMLy_j4jcCgwiKXOqtRIPoOrVRFks5qY3nkgaJpZM4IuOib.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/issues/433#issuecomment-234780953"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>