Debugging Jira plugin in Eclipse

Achin Gupta September 16, 2015

We are seeking some practical guidelines on setting up Eclipse in ‘Debug’ mode with JIRA SDK. In other words, how to set up Eclipse to debug Jira plug-in?

 

Following are the details around the same:

 

  1. JIRA SDK server is able to run successfully on port 2990. We are able to browse JIRA on localhost.

 

  1. We are looking to debug plugin codebase line by line to troubleshoot and verify additional coding we have done. For this, I have followed below threads:

 

https://developer.atlassian.com/docs/developer-tools/working-in-an-ide/creating-a-remote-debug-target

 

https://answers.atlassian.com/questions/95445

 

https://answers.atlassian.com/questions/208296/debugging-jira-and-confluence-plug-ins-via-eclipse

 

  1. We are getting following error:

 

Failed to connect to remote VM. Connection refused. Connection refused

 

  1. We are using Eclipse Indigo, Java 8, Jira SDK 5.1.1

 

1 answer

0 votes
Pablo Beltran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2015

run the atlas-debug command in order to start JIRA in debug mode listening to the 5005 port.

Then configure a Remote Application on Eclipse pointing to JIRA.

Suggest an answer

Log in or Sign up to answer