On Mon, Apr 22, 2019 at 4:15 AM Bob Kline <bkline@xxxxxxxxxxxxx> wrote: > > I am trying to track down where a change to a PHP object takes place, > and the debugger is unable to step into the code where it happens. Turned out to be a bug in VSCode. https://github.com/felixfbecker/vscode-php-debug/issues/355 Just goes to show, you can't always trust the debugger. :-) Debugging using PhpStorm instead of VSCode was the solution. - Bob Kline PS: I'd still be grateful for suggestions if there's a better place than this forum for posting such questions.