If after the initial connection the debugger is not actively used (no breakpoint is set and no step commands are received) we can disable a lot of the functionality like the statement handler or the observer code. This will make the code run much faster so that, for example, if you forget to disable the debug listener in PhpStorm, the performance penalty will be much lower
If after the initial connection the debugger is not actively used (no breakpoint is set and no step commands are received) we can disable a lot of the functionality like the statement handler or the observer code. This will make the code run much faster so that, for example, if you forget to disable the debug listener in PhpStorm, the performance penalty will be much lower