简体   繁体   中英

Utilize the console during PhpStorm PHPUnit debug

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?

在测试调试中具有控制台的功能请求: https : //youtrack.jetbrains.com/issue/WI-35950

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM