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.