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
I often want to stop the execution of the currently debugged php process, but this also stops VS Code from further listening to XDebug. This behavior is very annoying, since on each such case, I have to re-launch the debugger listening (which I sometimes forget).
I'd rather say the stop button should only kill the process without stopping the debugger listening or (if this is possible) to have two separate buttons for the current and my suggested behavior.
The text was updated successfully, but these errors were encountered:
I often want to stop the execution of the currently debugged php process, but this also stops VS Code from further listening to XDebug. This behavior is very annoying, since on each such case, I have to re-launch the debugger listening (which I sometimes forget).
I'd rather say the stop button should only kill the process without stopping the debugger listening or (if this is possible) to have two separate buttons for the current and my suggested behavior.
The text was updated successfully, but these errors were encountered: