提交 1c3e13c0 编写于 作者: K kohsuke

added a support for the debugger port.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8218 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5e128afe
......@@ -23,7 +23,15 @@
</security>
<resources>
<j2se version="1.5+"/>
<j:set var="port" value="${request.getParameter('debugPort')}"/>
<j:choose>
<j:when test="${port!=null}">
<j2se version="1.5+" java-vm-args="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=${port}" />
</j:when>
<j:otherwise>
<j2se version="1.5+" />
</j:otherwise>
</j:choose>
<jar href="jnlpJars/jnlp-agent.jar"/>
<jar href="jnlpJars/remoting.jar"/>
</resources>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册