Skip to content
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

Open
core-ai-bot opened this issue Aug 30, 2021 · 13 comments
Open

[CLOSED] Cannot expand objects in Chrome DevTools #9303

core-ai-bot opened this issue Aug 30, 2021 · 13 comments

Comments

@core-ai-bot
Copy link
Member

Issue by Wikunia
Friday Feb 06, 2015 at 14:40 GMT
Originally opened as adobe/brackets#10537


I cannot expand nested objects in the Chrome DevTools.
My nested object:
console.log({test:{test:123}});
It's possible to "expand" using the first arrow but the nested arrows doesn't work
brackets-devtools

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)

@core-ai-bot
Copy link
Member Author

Comment by JeffryBooher
Friday Feb 06, 2015 at 17:40 GMT


@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.

@core-ai-bot
Copy link
Member Author

Comment by Wikunia
Friday Feb 06, 2015 at 17:44 GMT


It's possible when I type the console code directly inside the DevTools in Chrome so I think the problem is somewhere between Brackets and Chrome

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Friday Feb 06, 2015 at 19:51 GMT


@Wikunia I can't repro this either, whether I type the console.log() directly into the console manually, or add it to the Brackets source code. Sometimes dev tools will give less info if the console.log() runs before dev tools are opened, but in this case I can't repro even if I leave dev tools closed initially.

Are you building brackets-shell yourself or using an official build?

@core-ai-bot
Copy link
Member Author

Comment by Wikunia
Friday Feb 06, 2015 at 19:56 GMT


I am using this to get the newest version on brackets:
https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets
Neither official nor shell :) I've not using console.log directly inside brackets source code but inside my extensions.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Friday Feb 06, 2015 at 20:17 GMT


@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 ?

@core-ai-bot
Copy link
Member Author

Comment by Wikunia
Friday Feb 06, 2015 at 20:30 GMT


I've downloaded an official brackets.io build.

@core-ai-bot
Copy link
Member Author

Comment by redmunds
Friday Feb 06, 2015 at 21:37 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by Wikunia
Saturday Feb 07, 2015 at 14:24 GMT


It looks like CEF 2171 is already part of the brackets master branch, right?

@core-ai-bot
Copy link
Member Author

Comment by redmunds
Saturday Feb 07, 2015 at 16:45 GMT


@Wikunia Yes, but it's broken on Linux. Fixes are in PR adobe/brackets-shell#499

@core-ai-bot
Copy link
Member Author

Comment by Wikunia
Saturday Feb 07, 2015 at 17:38 GMT


Don't have enough time to try something with brackets-shell. I hope it will be available here in some days/weeks.

@core-ai-bot
Copy link
Member Author

Comment by sprintr
Saturday Feb 07, 2015 at 17:53 GMT


There is a linux build available with CEF 2171 you may wanna try.

@core-ai-bot
Copy link
Member Author

Comment by Wikunia
Saturday Feb 07, 2015 at 18:11 GMT


I think that one is already merged to master, right? If that is the case I've tried it.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Monday Feb 09, 2015 at 00:29 GMT


@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant