How can I find out the port number that the debugger is using?

I'd like to write a plugin that communicates with my app through the debugger, but I need to know the transport settings (in particular the port number, which seems to be dynamically set with each launch).

Is there a way to get this information through Open API?

0

请先登录再写评论。