Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removes code execution indicator when process is terminated (#368)
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. Co-authored-by: Damjan Cvetko <damjan.cvetko@monotek.net> Co-authored-by: Felix Becker <felix.b@outlook.com>
- Loading branch information