




export CATALINA_OPTS='-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=60666'


# 60222,60666端口可参考使用
# 查看端口占用
lsof -i :60666
# 查找进程
ps aux | grep [查找的内容]
原帖地址:https://blog.csdn.net/qq_35246620/article/details/78507324
export CATALINA_OPTS='-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=60666'
# 60222,60666端口可参考使用
# 查看端口占用
lsof -i :60666
# 查找进程
ps aux | grep [查找的内容]
原帖地址:https://blog.csdn.net/qq_35246620/article/details/78507324
本文标题:IDEA 远程Debug
本文链接:https://www.haomeiwen.com/subject/wmhdoftx.html
网友评论