Xdebug: Is it possible to freeze the call stack in Visual Studio Code?
I work with a php app that opens a lot of threads. This means that when I use xdebug I can’t look at the call stack because it will refresh when a new thread opens, like this:
I work with a php app that opens a lot of threads. This means that when I use xdebug I can’t look at the call stack because it will refresh when a new thread opens, like this: