Adding a breakpoint in ecliipse on read/write to a particular [IP Address]:port

63 Views Asked by At

There are many processes that will write to some channels.Is there a way to add a breakpoint whenever read/write happens on a particular [IP address]:port or any [IP address]:port.

Adding a watchpoint on the channel variable is not useful because all processes will have different variables.

How can I add a breakpoint when DatagramChannel's read/write or send/recieve is called from any part of the code? Or is there a better way?

0

There are 0 best solutions below