One of the benefits of PhpStorm + Xdebug is having that console available to test methods in the context of your breakpoint. However, when using debug on the test cases, the console is occupied by the PHPUnit output and therefore cannot be used in this manner.
Is there a way to evaluate expressions from the debug console when debugging tests via PhpStorm?