private function isRemoteDebug()
 {
     // compatibility with Codeception before 1.7.1
     if (method_exists('\\Codeception\\Configuration', 'isExtensionEnabled')) {
         return Configuration::isExtensionEnabled('Codeception\\Extension\\RemoteDebug');
     } else {
         return false;
     }
 }