Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removes code execution indicator when process is terminated #368

Merged
merged 2 commits into from
Dec 21, 2020

Conversation

zobo
Copy link
Contributor

@zobo zobo commented Jul 15, 2019

If the debugger is standing on a line and DBGp connection is interrupted (for example, php process terminated) the thread will go away, but the execution indicator will stay. Signaling a continued event before Thread exit solves this.

If the debugger is standing on a line and DBGp connection is interrupted (for example, php process terminated) the thread will go away, but the execution indicator will stay. Signaling a continued event before Thread exit solves this.
Copy link
Contributor

@felixfbecker felixfbecker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@elovin
Copy link

elovin commented Jun 20, 2020

@felixfbecker any plans when this will be merged ?

@felixfbecker felixfbecker changed the base branch from master to main December 21, 2020 20:20
@felixfbecker felixfbecker changed the title Removes code execution indicator when process is terminated. fix: removes code execution indicator when process is terminated Dec 21, 2020
@felixfbecker felixfbecker merged commit bdfebbe into xdebug:main Dec 21, 2020
@github-actions
Copy link

🎉 This PR is included in version 1.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants