I am using the latest version of PHPStorm. These are the details for my php: PHP 7.3.3 (cli) (built: Mar 6 2019 21:53:23) ( ZTS MSVC15 (Visual C++ 2017) x64 ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.3, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.7.0RC2, Copyright (c) 2002-2019, by Derick Rethans
Now it debugs the php fine but as soon as it hits this point: $di = new FactoryDefault();
It immediately exits debug mode and exits out no errors. Has anyone experienced something like this before?