I am using PphpStorm 2016.1. Php engine is php 7.0.4 and xdebug version is 2.4.0. I also use ubuntu 16.04. The problem is that I can debug every request. But when I want to debug a post request, the global variable $_POSTgets an empty variable. In debug mode, form publishing works, but when I turn on debugging in PhpStorm, I don’t see the data variables $_POST. I did everything, but I did not find a solution.
source
share