yasd icon indicating copy to clipboard operation
yasd copied to clipboard

调试连接建立后长时间闲置会自动断开

Open idrunk opened this issue 3 years ago • 0 comments

如题,之前能正常断点调试,大概闲置一个小时候会自动断开,无法再断点调试。不清楚是yasd的机制还是bug,若是机制,是否可以有配置可以调整该时长,swoole常驻内存编程,很可能需要长时间调试,会话应该能保持较久。

ubuntu run podman exec oys php --ri yasd

yasd

Yasd => enabled
Author => codinghuang <[email protected]>
Version => 0.3.9-alpha
Built => Oct 12 2021 01:01:16

Directive => Local Value => Master Value
yasd.breakpoints_file => no value => no value
yasd.debug_mode => remote => remote
yasd.remote_host => 192.168.*.* => 192.168.*.*
yasd.remote_port => 44444 => 44444
yasd.depth => 1 => 1
yasd.log_level => -1 => -1
yasd.max_executed_opline_num => 10000 => 10000
yasd.init_file => no value => no value
yasd.open_extended_info => 0 => 0
xdebug.coverage_enable => 1 => 1
xdebug.profiler_enable => 1 => 1
xdebug.remote_autostart => 1 => 1
xdebug.remote_connect_back => 0 => 0
xdebug.remote_mode => req => req

idrunk avatar Oct 12 '21 16:10 idrunk