`

Java debug

    博客分类:
  • java
 
阅读更多

@echo off
call set_env.bat
echo runner_classpath=%runner_classpath%
echo SRE_ENV=%SRE_ENV%
if ""%SRE_ENV%"" == """" (goto error)
if ""%runner_classpath%"" == """" (goto error)
set DEBUG_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y
call java %DEBUG_OPTS% -Dperformance_test_home_path=home -cp %runner_classpath% com.ubs.tools.testrunner.core.Runner
goto end

:error
echo error:Can not find SRE_ENV or runner_classpath setting

:end

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics