You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpasero opened this issue
May 24, 2016
· 5 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeeded
This is happening because the php adapter is first sending a stopped event before the response for step returns. I have created an issue for the PHP adapter here xdebug/vscode-php-debug#37
Previously we had a workaround that would prevent this issue, but we have remoed this workaround due to other issues #5966
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeeded
Refs: #6160
If you debug multiple PHP scripts at once, and step over a line in the one script, the other script gets revealed in the stackframe view.
The text was updated successfully, but these errors were encountered: