Hi,
I'm trying to debug a plugin remotely and encountering some difficulties.
Currently I have the original code for aws-sqs plugin checked out. I've modified the jenkins.xml file to allow for remote debugging and I've attached to that port using IntelliJ. All seems well.
However I can't seem to get any further. There are messages in the SQS waiting to be picked up but the plugin that I'm running / debugging locally doesn't seem to be picking them up, is there something else that I'm missing?
Could someone perhaps lend a hand and some assistance please? This is first attempt at debugging / editing jakins plugin and I am admittedly a little out of my depth, if not a lot. I've reverted the code back to the original so none of my changes should be affecting it.
Thanks in advance.