Hi Rachel,
Hope you have added the following entry in agentry.ini file.
nonStandardJavaOptions=-Xdebug -Xrunjdwp:transport=dt_socket,address=9003,server=y,suspend=n
I'm giving 9003 port here because angel front end port is 7003 so it is already being used by angel communication, you can use any address(port) other than angel front end port.
Now, Select the Remote Java Application in the list of configuration types.
Create a new remote connection for the particular java project.
In connect tab give following details.
Host = localhost
port = 9003.
Regards,
Abhishek Wajge