array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) string(13) "likecs_art_db" array(1) { ["query"]=> array(1) { ["match_all"]=> object(stdClass)#28 (0) { } } } array(1) { ["createtime.keyword"]=> array(1) { ["order"]=> string(4) "desc" } } int(10) int(0) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } windbg远程调试 - 爱码网

后台服务方式: 

被调试端

dbgsrv.exe -t tcp:port=1234,password=abcc

 

调试端

windbg.exe -premote tcp:server=192.168.0.43,port=1234,password=abcc

 

远程控制方式: 

被调试端

先开启windbg,运行命令

.server tcp:port=2345

 

调试端

windbg.exe -remote tcp:server=192.168.0.43,port=2345

 界面操作是:  

 

相关文章: