mfinkle / geckobrowser

Very basic Android browser application that uses the GeckoView widget
Mozilla Public License 2.0
102 stars 26 forks source link

Remote Debugging #15

Closed hborders closed 10 years ago

hborders commented 10 years ago

I noticed that you set up remote debugging, but when I follow the instructions on [1]. I never see the "Connect..." menu in Tools->Web Developer. I manually entered the URL from the instructions [2], and set up tcp forwarding via ADB as suggested, adb forward tcp:6000 tcp:6000, but I get connection timeouts.

I'm running geckobrowser in a Google API ARM emulator running 4.4.2.

[1] https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Firefox_for_Android [2] chrome://browser/content/devtools/connect.xhtml

hborders commented 10 years ago

I just tested with the play store version of Firefox for Android, and the remote debugger connects to it.

mfinkle commented 10 years ago

I'll debug this in GeckoBrowser and see what happens. I would have thought the remote debugger would connect.

mfinkle commented 10 years ago

Found the problem. Patch is awaiting review here: https://bugzilla.mozilla.org/show_bug.cgi?id=1033168