-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Cannot expand objects in Chrome DevTools #10537
Comments
@Wikunia does this happen in chrome's dev tools or just with Brackets' dev tools. I have started seeing this in the past day or so with node-inspector so I don't know if it's a problem with chrome 40 or older devtools packages yet. I get frustrated and start double-triple clicking like crazy and it eventually expands. |
It's possible when I type the |
@Wikunia I can't repro this either, whether I type the Are you building brackets-shell yourself or using an official build? |
I am using this to get the newest version on brackets: |
@Wikunia But the native shell you're running Brackets in -- are you getting it by downloading an official brackets.io build, or are you checking out the separate brackets-shell repo and following https://github.com/adobe/brackets-shell/wiki/Building-Brackets-Shell ? |
I've downloaded an official brackets.io build. |
This sounds like a duplicate of #10315. Since Linux is still on CEF 1547, then it only has dev tools via Chrome browser, so there's no workaround. I think there's a pending PR with CEF 2171 for Linux that you could try. |
It looks like |
@Wikunia Yes, but it's broken on Linux. Fixes are in PR adobe/brackets-shell#499 |
Don't have enough time to try something with |
There is a linux build available with CEF 2171 you may wanna try. |
I think that one is already merged to master, right? If that is the case I've tried it. |
@Wikunia No, it's not on master. But you can download a test build from https://github.com/adobe/brackets/releases/tag/linux-cef-2171. Since this is a duplicate of #10315 though, I'll close this one and generalize the title there. |
I cannot expand nested objects in the Chrome DevTools.
![brackets-devtools](https://cloud.githubusercontent.com/assets/4931746/6080967/fa46bad2-ae15-11e4-9b86-20dc11252eb8.png)
My nested object:
console.log({test:{test:123}});
It's possible to "expand" using the first arrow but the nested arrows doesn't work
Btw: It's possible when I use my code snippet directly inside the DevTools.
My machine:
ArchLinux
v3.18.5
Brackets:
newest version (1.2)
Google Chrome
Version 40.0.2214.95 (64-bit)
The text was updated successfully, but these errors were encountered: