<p>It seems like the debugger plugins is not compatible with gtk3.</p>
<p>Therefore I compiled geany 1.33 with <code>./configure --disable-gtk3</code><br>
Result:</p>
<pre><code>Using GTK version                : 2.24.32
</code></pre>
<p>When I now run <code>./autogen.sh</code> for the plugins, it results in</p>
<pre><code>geany-plugins-1.34

  Build Environment:
    Geany version:                1.33 (GTK3)
    Install prefix:               /usr/local
    Datadir:                      /usr/local/share/geany-plugins
    Libdir:                       /usr/local/lib/geany-plugins
    Docdir:                       /usr/local/share/doc/geany-plugins
    Plugins path:                 /usr/lib/geany

  Build Features:
    Unit tests:                   yes
    Static code checking:         yes
    Extra C compiler warnings:    yes
    Extra linker options:         yes

  Plugins:
    Addons:                       yes
    Autoclose:                    yes
    Automark:                     yes
    CodeNav:                      yes
    Commander:                    yes
    Debugger:                     no
...
</code></pre>
<p>So it detect my self-compiled geany-gtk2 as gtk3 and still won't enable the debugger?<br>
Any ideas?</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/756">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ_2qOtwWI95MzxMN9qI1FvKEuFoPks5uAfX3gaJpZM4U3gkS">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ0hTV6pi4ceu8AgwGfxkgwCWoHI2ks5uAfX3gaJpZM4U3gkS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"debugger and gtk3 issue (#756)"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany-plugins/issues/756"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/756",
"url": "https://github.com/geany/geany-plugins/issues/756",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "debugger and gtk3 issue (#756)",
"sections": [
{
"text": "",
"activityTitle": "**Markus Bergholz**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@markuman",
"facts": [
{
"name": "Repository: ",
"value": "geany/geany-plugins"
},
{
"name": "Issue #: ",
"value": 756
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"geany/geany-plugins\",\n\"issueId\": 756,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"geany/geany-plugins\",\n\"issueId\": 756\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany-plugins/issues/756"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 350095634\n}"
}
],
"themeColor": "26292E"
}
]</script>