idea 远程debug 运行jar包[通俗易懂]

idea (112) 2023-03-26 20:32

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说idea 远程debug 运行jar包[通俗易懂],希望能够帮助你!!!。
idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第1张

1. 以以下参数启动jar包

java -Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=y -jar atlas-modules-weaponry-1.0.0.jar

注意:如果这样启动远程jar包后,idea中配置完成,但是debug报错,Connected refused,需要address=*:5005

2. 启动后控制台停留在此:

idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第2张

3. 配置idea远程debug

idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第3张
idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第4张

4.启动idea的debug项目

idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第5张

5. 项目继续运行

idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第6张

6. 在源代码中点小红点点就好啦

idea 远程debug 运行jar包[通俗易懂]_https://bianchenghao6.com/blog_idea_第7张

发表回复