Open Bug 860955 Opened 11 years ago Updated 2 years ago

Component files not appearing in browser debugger

Categories

(DevTools :: Debugger, defect, P3)

23 Branch
x86
Linux
defect

Tracking

(Not tracked)

People

(Reporter: mhaigh, Unassigned)

References

(Blocks 2 open bugs)

Details

(Whiteboard: [chrome-debug])

Running latest fennec source code and latest Firefox desktop nightly.  Have connected android device to laptop and connected remote debugger but not seeing some files.  Have inserted log statements in to file and can see them appearing in Logcat when run.  Have only checked one file, detailed below, but believe this may apply for other files.

Steps to reproduce:
Desktop:
1, Go to about:config
2, Enable devtools.debugger.remote-enabled
3, Enable devtools.debugger.remote-autoconnect
4, Restart

Android Device:
1, Go to about:config
2, Enable devtools.debugger.force-local
3, Enable devtools.debugger.remote-enabled

Desktop:
1, in terminal, execute 'adb forward tcp:6000 tcp:6000'
2, in FF navigate to Tools > Web developer and select 'Connect...'
3, Check values of localhost & 6000 and click 'Connect'

Device:
1, Select 'OK' on popup

Desktop:
1, Select 'Main Process'
2, Select 'Debugger' tab in Debugger window
3, Observe lack of file named 'ContentPermissionPrompt.js' (http://mxr.mozilla.org/mozilla-central/source/mobile/android/components/ContentPermissionPrompt.js)
Whiteboard: [chrome-debug]
Priority: -- → P3
Summary: Component files not appearing in remote debugger → Component files not appearing in browser debugger
Product: Firefox → DevTools
Blocks: dbg-chrome
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.