Closed
Bug 1226542
Opened 10 years ago
Closed 5 years ago
[WebIDE] Stopping then refreshing an application breaks the devtools window.
Categories
(DevTools :: about:debugging, defect, P3)
DevTools
about:debugging
Tracking
(firefox45 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | affected |
People
(Reporter: autra, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
182.12 KB,
image/png
|
Details |
Sorry for the vague title, it's difficult to describe.
[Steps]
1. connect a phone
2. open the WebIDE, with a local packaged app
3. Connect it to the phone
4. start the app, and open the devtools
5. set a breakpoint somewhere.
6. click the "stop" button on the webIDE
7. Click the "refresh" button on the WebIDE
8. observe the devtools section
[Expected]
The devtools section is working normally.
[Actual]
The devtools section does not work (in the "console" tab, trying to evaluate some js does not work, breakpoints don't work either...). It seems to be orphaned. The Tools icon is blue, but clicking on it spans *another* functional devtools section, in addition of the old devtools section (see screenshot).
| Reporter | ||
Comment 1•10 years ago
|
||
Possible duplicate: bug 1172114
Possibly related: 1210429 ?
That's one way to reproduce it, but I'm pretty sure it happens in other situation as well. Will comment with other steps if I find some.
I have recently encountered this when switching between open tabs from the left menu in WebIDE (when debugging Firefox on Android with my phone connected). I had 3 tabs to switch between, and the 2 that caused this issue were from the same domain.
This caused the original Dev tools to lose the close button and Network/Console/Etc tabs. The new Dev tools window has full functionality and can be resized, but this causes the old Dev tools to resize first (the opposite direction of the mouse). When I click the close button on the new Dev tools section, it becomes unusable like the old one. Reopening WebIDE fixes this.
Blocks: aboutdebugging-webide
Component: Developer Tools: Netmonitor → Developer Tools: about:debugging
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 3•5 years ago
|
||
WebIDE was removed, as well as local app development.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•