How can I find out the port number that the debugger is using? Follow
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?
Please sign in to leave a comment.