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
新人学习,本地已经下载ZStack源码,部署连接了服务器ZStack,并成功创建vm; 已经修改Tomcat文件,在IDEA进行Remote 配置; 现在想学习创建vm的完整功能流程,如何进行断点设置和debug
The text was updated successfully, but these errors were encountered:
可以通过 zstack-ctl 配置环境变量启用对应的功能,提供一个示例命令如下:
zstack-ctl
zstack-ctl setenv CATALINA_OPTS='-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xnoagent -Djava.compiler=NONE'
Sorry, something went wrong.
No branches or pull requests
新人学习,本地已经下载ZStack源码,部署连接了服务器ZStack,并成功创建vm;
已经修改Tomcat文件,在IDEA进行Remote 配置;
现在想学习创建vm的完整功能流程,如何进行断点设置和debug
The text was updated successfully, but these errors were encountered: