You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi, I'm trying to add a remote debug for Atlassian bamboo service from Intellij ,i added command line arguments for remote JVM below :"
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
then i edit catalina.bat file that located in remote machine and set
::gotJsseOpts
set "JAVA_OPTS=%JAVA_OPTS% %JSSE_OPTS% -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
but i still get Connection refused when trying to run debug in IDE ,can some help how fix this issue and which file should i edit.
thanks alot,
morad