Hello,
I use Eclipse for writing and debugging all of my BrightScript. I recently upgraded from the older Eclipse Juno-supported plugin to the newer Eclipse Neon-supported plugin so I could get started with the Scene Graph API.
I'm noticing that when I side-load apps from my Eclipse, the one thing I can't get working is the Debug Console. It appears that the port is refusing the connect. Here's what I see if I attempt to connect directly via telnet in my Terminal Shell:
telnet 10.0.0.169 8085
Trying 10.0.0.169...
Connected to 10.0.0.169.
Escape character is '^]'.
Console connection is already in use.
Connection closed by foreign host.
I've tried looking up any open processes against port 8085 and killing them (which closes my Eclipse window). But restarting the debugger will just throw the same error right back at me. Any ideas for troubleshooting?
Thanks!
-Mikey