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:
Is there any way to freeze the call stack, or to tell xdebug to stop catching threads on break?
Could not find a setting to stop this from happening.