jdb远程调试

开三台主机 1、启动    2、调试     3、看日志
启动脚本后加   -Xdebug  -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7777
jdb -attach  10.47.213.66:7777
stop at com.newland.csf.frame.proxy.dbroute.db.DbRouteBase:行号(反编译)
next
locals(查看变量值)
where   :输出栈信息   关注线程要一样
posted @ 2021-05-20 21:17  浅笑带酒窝  阅读(162)  评论(0)    收藏  举报