IDEA配置远程调试

增加一个 remote 配置 远程IP端口 远程启动: java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar test.jar
相关文章
相关标签/搜索