<table><tr><td style="">wcancino added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D9034" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Well, I did some experiments and I think I got it why it was coded like that, and why the patch is correct (depending on what behavoiur was intended by original author):</p>

<p>IMHO, the original intention was for the following case:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Let start the debug of some php script,</li>
<li class="remarkup-list-item">As multiconnection is allowed, another instance of such script can be launched waiting to be debugged.</li>
<li class="remarkup-list-item">As soon as the first script finished,  debugger enter to NonStarted state and  he second script can be debugged ( and it will stops on the break points defined).</li>
</ul>

<p>The problem was  the debugger reamined in NonStarted state even if pending connections. Side effect, "Debug launch" button is enable, as "NonStarted"<br />
state allows it, and then Kdevelop crashed.</p>

<p>We can fixed as well if we put a EndedState for any case, but in that case, if a second connection is waiting, it will simply not debug.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R68 KDevelop XDebug Support</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9034" rel="noreferrer">https://phabricator.kde.org/D9034</a></div></div><br /><div><strong>To: </strong>wcancino, kfunk<br /><strong>Cc: </strong>brauch, kdevelop-devel<br /></div>