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)
DevTools Graveyard
WebIDE
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.
Updated•11 years ago
|
Component: Gaia::UI Tests → Developer Tools: Debugger
Product: Firefox OS → Firefox
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•11 years ago
|
||
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 → ---
Updated•11 years ago
|
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 ago → 11 years ago
Flags: needinfo?(sb00349044)
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•