PhpStorm - 没有对话框的关闭选项卡

时间:2016-07-13 15:51:56

标签: phpstorm xdebug

我正在尝试关闭Debug选项卡,但是,当它连接到带有xdebug的服务器时,我得到一个对话框:

@asio|1468415460.456019|0|deadline_timer@000000000050AB88.cancel //transmit cancels the timer
@asio|1468415460.456019|>474|ec=system:995 //await_output is called
@asio|1468415460.456019|474*479|socket@000000000050A9D8.async_send //starts the async send
@asio|1468415460.457019|<474|
@asio|1468415460.457019|>479|ec=system:0,bytes_transferred=102 //async send returns to it's handler
@asio|1468415460.457019|479|deadline_timer@000000000050AB88.cancel
    //this cancel op is the only difference to the 'normal' order,
    //not sure where it originates though!!
@asio|1468415460.457019|479*480|deadline_timer@000000000050AB88.async_wait //the handler starts the new async wait
    //handler 480 never gets called when the deadline is canceled the next time
@asio|1468415460.457019|<479|

我看不到配置来禁用这些对话框。有人知道一种禁用它们的方法吗?

1 个答案:

答案 0 :(得分:1)

Jetbrains有一个six years old open issue