Welcome Guest Search | Active Topics | Sign In | Register

Remote Debugging Not Working Options
JoeRQ
Posted: Tuesday, November 17, 2015 4:53:02 PM
Rank: Newbie
Groups: Member

Joined: 11/17/2015
Posts: 2
I had remote debugging working fine for a while but I can no longer get the page to load. I get ERR_CONNECTION_REFUSED. I did update to v3.16.2 recently. Could that be the cause? Any troubleshooting advice? Thank you!
eo_support
Posted: Tuesday, November 17, 2015 9:15:50 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Make sure you use our TabbedBrowser sample instead of the regular Google Chrome browser as remote debug client. Both Google Chrome and EO.WebBrowser use the same engine, but they are different version. So that might cause some issues.

Thanks!
JoeRQ
Posted: Tuesday, November 17, 2015 10:44:25 PM
Rank: Newbie
Groups: Member

Joined: 11/17/2015
Posts: 2
I was able to resolve the problem by moving the "EO.WebBrowser.Runtime.RemoteDebugPort = 1234" line to the application startup event. It was previously in the load event of the form. Not sure why it worked before but happy to have it fixed now. Thanks!
eo_support
Posted: Wednesday, November 18, 2015 3:07:00 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

That makes perfect sense. EO.WebBrowser.Runtime values are used before the first WebView is created. Setting it afterwards would have no effect. So application start up event is the best place for it.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.