You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
icon |
date |
category |
headerDepth |
edit |
2023-02-19 |
|
5 |
java -jar 开启Debug 端口 ,idea 远程调试
命令
java -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 [jar文件名]
idea 远程调试
项目添加配置
添加 Remote JVM Debug 配置
指定项目地址 和端口 就可以愉快的远程调试了