<p>I have applied the patch and built geany and plugins from master in each case. Debugger no longer locks up bit I don't seem to get what I expect from the debugger. This may be my not knowing how to use it since it has never worked since I tried to install it.</p>
<pre><code>
int main () {
  #include <stdio.h>
  printf ("%s","hello worlds.\n\r");
  return (0);
}
</code></pre>
<p>I have build this with build command configured as follows:</p>
<p>gcc -g3 -Wall -c "%f"</p>
<p>the compiler window shows:</p>
<pre><code>gcc -g3 -Wall -c "main" "main.c" (in directory: <local path to source>)
Compilation finished successfully.

</code></pre>
<p>When I simply run it with the gear wheel icon, I get a vte terminal with the output msg. Fine.</p>
<p>When I set break point in the return in line 4 and try to run it with Debug|Run/Continue the status bar appears show "Busy" but I do not see anything in Stack, Memory or Program Terminal tabs.</p>
<p>None of the debug functions like step are enabled, only 'terminate' is possible.</p>
<p>At This point I was expecting to be able to step the prog in the debugger and to already see the 'hello worlds' in a terminal somewhere. Also I was expecting some indication in the editor that execution was halted on line 4 or main.c  ; this does not seem to be the state of play.</p>
<p>As far as I can tell from limited help description, this should be what is happening at this stage.</p>
<p>Am I missing something or are there still problems with debugging after the spawn lockup is fixed?</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/pull/1461#issuecomment-355553238">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJyZtz-80pUZZQhBQhltWXD4Og-zzks5tHiHrgaJpZM4M3KqU">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3NTlq5h9OlYxqJwyKzfj6HDGXaFks5tHiHrgaJpZM4M3KqU.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/pull/1461#issuecomment-355553238"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@J-Dunn in #1461: I have applied the patch and built geany and plugins from master in each case. Debugger no longer locks up bit I don't seem to get what I expect from the debugger. This may be my not knowing how to use it since it has never worked since I tried to install it. \r\n```\r\n\r\nint main () {\r\n  #include \u003cstdio.h\u003e\r\n  printf (\"%s\",\"hello worlds.\\n\\r\");\r\n  return (0);\r\n}\r\n```\r\n\r\nI have build this with build command configured as follows:\r\n\r\ngcc -g3 -Wall -c \"%f\"\r\n\r\nthe compiler window shows:\r\n```\r\ngcc -g3 -Wall -c \"main\" \"main.c\" (in directory: \u003clocal path to source\u003e)\r\nCompilation finished successfully.\r\n\r\n```\r\nWhen I simply run it with the gear wheel icon, I get a vte terminal with the output msg. Fine.\r\n\r\nWhen I set break point in the return in line 4 and try to run it with Debug|Run/Continue the status bar appears show \"Busy\" but I do not see anything in Stack, Memory or Program Terminal tabs.\r\n\r\nNone of the debug functions like step are enabled, only 'terminate' is possible.\r\n\r\nAt This point I was expecting to be able to step the prog in the debugger and to already see the 'hello worlds' in a terminal somewhere. Also I was expecting some indication in the editor that execution was halted on line 4 or main.c  ; this does not seem to be the state of play.\r\n\r\nAs far as I can tell from limited help description, this should be what is happening at this stage. \r\n\r\nAm I missing something or are there still problems with debugging after the spawn lockup is fixed?\r\n\r\n"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany/pull/1461#issuecomment-355553238"}}}</script>