-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Cannot expand objects in Chrome DevTools #9303
Comments
|
It's possible when 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: |
|
I've downloaded an official brackets.io build. |
It looks like |
|
Don't have enough time to try something with |
I think that one is already merged to master, right? If that is the case I've tried it. |
Since this is a duplicate of #10315 though, I'll close this one and generalize the title there. |
Friday Feb 06, 2015 at 14:40 GMT
Originally opened as adobe/brackets#10537
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: