debug codeception in eclipse

  1. config eclipse’s php cli’s debug to using xdebug
  2. copy file to codeception
cp vendorcodeceptioncodeceptioncodecept to vendorcodeceptioncodeceptioncodecept.php

then add this file to eclipse’s cli run configuration, then add script
argument as below:

run -c D:gityii2basicvendorarogachevyii2-excelcodeception.yml

then debug, the yii2-excel’s ut will be debuggable