Closed. This question is not about programming or software development. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered. Closed 19 hours ago. Improve this question I'm running a WordPress docker image and have Xdebug installed. I have it setup with remote debugging working etc. The only feature I am missing is the orange nicely formatted stack trace. My Xdebug mode is develop,debug and I cant seem to figure out why it wont show. Here is my Xdebug config: Here is my phpinfo() about Xdebug: Any ideas of what to try? I have tried setting all of the settings I could find. Mode is develop. I've tried restarting after changing settings. Still just getting unformatted plain text errors. EDIT: My output does seem to be getting the data from Xdebug, just not the formatting. Is it getting messed up by WordPress's error formatting maybe?