Closed
Bug 946325
Opened 11 years ago
Closed 11 years ago
App Manager - 'overrides method in object'
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dev, Unassigned)
Details
Attachments
(1 file)
355.38 KB,
image/tiff
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20131203030202
Steps to reproduce:
When trying to debug an App, if you override a method in your source code, for example: toString. The source code is not shown in the Debugger Tab
Actual results:
you cannot see the source code of your App in the debugger tab.
Expected results:
the source code should be shown in the debugger tab.
Comment 1•11 years ago
|
||
This is probably a debugger bug, but a simple testcase unrelated to b2g or the App Manager would confirm it.
When the reporter was discussing this over IRC with Paul and I, the issue went away after they removed some block of code from one of their app's script files.
dev@justapps4all.com, could you attach a test case script file that demonstrates the issue? A reduced test case file would be great, but if that's too hard to achieve, you could also attach the full broken file you encountered. Any more detail would be great!
Flags: needinfo?(dev)
Keywords: testcase-wanted
sorry, I cannot upload the file. But it was something like that (in the global scope):
function toString(){
//TODO
}
Flags: needinfo?(dev)
Comment 4•11 years ago
|
||
Closing for lack of information. If this happens again please re-open the bug! Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Updated•9 years ago
|
Keywords: testcase-wanted
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•