Running the xdebug (PHP) devsense extension in vscode on mac:
Version: 1.88.1 (Universal)
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:42:52.765Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
Exstention Devsense PHP: v1.45.15272
I see the debugging adornments flickering behind the code.
One moment it shows them, the next second they are gone, then they appear again. This keeps going until I turn of the debugger.
For now I solved it by setting debug.inlineValues to off.
The flickering is annoying, but most of all it makes setting new breakpoints, or removing old ones hard.
The debugging adornments makes the code shift down and up as they appear and disappear.
Does anyone else have this issue? and how to solve this so the debugging adornments are just shown and only updated as you step trough with the debugger?