The Dev Tools Debugger tab is empty. It does not display anything after 63.0.1 update
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
People
(Reporter: jonathanfever, Unassigned)
Details
Attachments
(1 file)
|
7.82 KB,
image/png
|
Details |
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
I'm Tom working on QuotaManager, IndexedDB storage stuff.
Hi James,
If you happen to keep the broken "storage/permanent/indexeddb+++fx-devtools/idb" directory, could you try to remove the xxx.tmp files there? I think that should fix the issue and such files shouldn't exist in IndexedDB directory. Note that please copy those files to somewhere else if you are afraid to lose the data from "indexeddb+++fx-devtools" (I think it's related to your dev-tools setting or something similar)
Hi Joe,
Could you also check if you also have such ".tmp" file in your idb directory? If so, could you check if deleting them works? Note that please copy those files to somewhere else if you are afraid to lose the data from "indexeddb+++fx-devtools" (I think it's related to your dev-tools setting or something similar)
Comment 15•7 years ago
|
||
Hi Tom,
I still tried it and deleted the hole directory "storage/permanent/indexeddb+++fx-devtools". Without any success.
Comment 16•7 years ago
|
||
Hi :tt, I did keep the broken directory. I copied it back as-is, checked that the debugger is still broken (yes), quit FF, then deleted the two .tmp files listed in the directory tree from comment #5. When I started FF, the debugger tab worked. So, I think that confirms your hunch, at least as far as my own symptoms are concerned.
Comment 17•7 years ago
|
||
Thank both of you for providing more information
(In reply to joe from comment #15)
Hi Tom,
I still tried it and deleted the hole directory "storage/permanent/indexeddb+++fx-devtools". Without any success.
Joe, could you run the https://firefox-storage-test.glitch.me/ to see what the result is? It's a website basically tests the storage initialization. If unfortunately, your result is not really good, then there is a bug [1] for tracking this kind of issues. It would be also useful if you can find some specious message on the browser console or get the log from debug build.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1482662
(In reply to James B from comment #16)
Hi :tt, I did keep the broken directory. I copied it back as-is, checked that the debugger is still broken (yes), quit FF, then deleted the two .tmp files listed in the directory tree from comment #5. When I started FF, the debugger tab worked. So, I think that confirms your hunch, at least as far as my own symptoms are concerned.
That's good news that we find out the problematic files. However, I don't believe it's created by current IndexedDB, and I couldn't find the code for doing that, neither. I suspect they could be created by OS or anti-virus applications. I will keep tracing the code to check whether it could be done by Firefox (other components).
Comment 18•7 years ago
|
||
ni Joe in the case that you miss the comment 17
Comment 19•7 years ago
|
||
Hi Tom, I do not know that I can help you anymore. I fixed my problem with creating a complete new profile. Now it works fine. By that, I deleted my old profile completely.
Here the text I will get by running the glitch.me site with my new profile.
Overview:
Storage is working. This is your first visit or all storage was automatically cleared.
Specific Subsystem Statuses:
LocalStorage
Good: Totally Working. (fullyOperational)
QuotaManager
Good: Totally Working. (fullyOperational)
IndexedDB
Good: Totally Working. (fullyOperational)
Cache API
Good: Totally Working. (fullyOperational)
Debug Info:
{
"v": 1,
"curVersion": 64,
"prevVersion": 0,
"ls": {},
"qm": {
"lastWorkedIn": 64
},
"idb": {
"persistentCreatedIn": 64,
"persistentLastOpenedIn": 64,
"clearDetectedIn": 0
},
"cache": {
"firstCacheCreatedIn": 64,
"unpaddedOpaqueCreatedIn": 0,
"paddedOpaqueCreatedIn": 64
}
}
Comment 20•7 years ago
|
||
(In reply to joe from comment #19)
I'm sorry about not helping to recover your profile. It's a new profile, so everything should work. :) If you happen to find similar problem and find out that might related to storage initialization by checking the website. Please feel free to ask at the meta-bug [1] or file a new bug there. Thanks!
Description
•