The step-debugger is working fine, no issues there.
Each time I'm working in VS code without listening to any incoming connections from xdebug, PHP writes this message to my logs when I refresh my page:
[06-Sep-2021 13:39:58 Europe/Brussels] Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: 10.1.2.4:9003 (from REMOTE_ADDR HTTP header), localhost:9003 (fallback through xdebug.client_host/xdebug.client_port) :-(
Since I don't like deleting hundreds of irrelevant messages from my logs, I'm wondering if I can disable this particular message? I couldn't really find anything in the docs about this.
Overwriting the behavior using set_error_handler would be an option, but I'd like to keep it clean :)