Closed Bug 1030746 Opened 11 years ago Closed 11 years ago

How to debug certified JS files in remote debuging

Categories

(DevTools Graveyard :: WebIDE, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: sb00349044, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36 Steps to reproduce: Tool->Web Developer->App Manager Select the apps and click on debug button. It is showing the JS files with out any scripts(no source). How to debug it. Actual results: It is showing the JS files with out any scripts(no source). How to debug it. Expected results: I should debug the JS files remotely after connecting with device.
Component: Gaia::UI Tests → Developer Tools: Debugger
Product: Firefox OS → Firefox
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
After changing the file diff --git a/b2g/chrome/content/settings.js b/b2g/chrome/content/settings.js index 783a46b..f3e266a 100644 --- a/b2g/chrome/content/settings.js +++ b/b2g/chrome/content/settings.js @@ -469,16 +469,23 @@ SettingsListener.observe('debugger.remote-mode', false, function(value) { dump("Error while initializing devtools: " + e + "\n" + e.stack + "\n"); } Screen become black and no apps were displaying in the scree. I able to see the code. Not able to see the apps. Then how can I debug it. I tried devtools.debugger.forbid-certified-apps = false javascript.options.discardSystemSource = false Screen become black and no apps were displaying in the scree. I able to see the code. Not able to see the apps. Then how can I debug it. Please give clear information regarding this.
Status: RESOLVED → UNCONFIRMED
Flags: needinfo?(sb00349044)
Resolution: DUPLICATE → ---
Component: Developer Tools: Debugger → Developer Tools: WebIDE
(In reply to sb00349044 from comment #2) > After changing the file > diff --git a/b2g/chrome/content/settings.js b/b2g/chrome/content/settings.js > index 783a46b..f3e266a 100644 > --- a/b2g/chrome/content/settings.js > +++ b/b2g/chrome/content/settings.js > @@ -469,16 +469,23 @@ SettingsListener.observe('debugger.remote-mode', > false, function(value) { > dump("Error while initializing devtools: " + e + "\n" + e.stack + "\n"); > } > Screen become black and no apps were displaying in the scree. I able to see > the code. Not able to see the apps. Then how can I debug it. > > I tried > devtools.debugger.forbid-certified-apps = false > javascript.options.discardSystemSource = false > > Screen become black and no apps were displaying in the scree. I able to see > the code. Not able to see the apps. Then how can I debug it. > > Please give clear information regarding this. Latest Firefox Nightly should be able to show the source correctly. Can you try Nightly to see if it resolves your issue?
Flags: needinfo?(sb00349044)
Flags: needinfo?(sb00349044)
This should be working correctly now. If you are still having trouble today, please reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago11 years ago
Flags: needinfo?(sb00349044)
Resolution: --- → WORKSFORME
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.