We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
此处以tomcat示例,编辑catalina.sh文件,添加参数。
直接以jar包运行的项目,直接在启动命令添加即可:
java `Command line arguments for remote JVM` -jar xxx.jar ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. IDEA配置远程信息
2. 配置远程服务
此处以tomcat示例,编辑catalina.sh文件,添加参数。
直接以jar包运行的项目,直接在启动命令添加即可:
3. 启动远程服务
4. 开始远程调试
The text was updated successfully, but these errors were encountered: