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

Inline evalated objects #23

Closed
alcuadrado opened this issue Aug 31, 2012 · 2 comments
Closed

Inline evalated objects #23

alcuadrado opened this issue Aug 31, 2012 · 2 comments

Comments

@alcuadrado
Copy link

JsTerm is looking great, but I think a killer feature of the webkit's dev tools is missing: the ability to inspect evaluated objects inline. Although it is possible with the panel, being able to do it inline is much more comfortable in my opinion (and most of my coworkers and friends agree)

@jviereck
Copy link

jviereck commented Sep 3, 2012

How about adding some commands that makes it easy to inspect an object using only a command line. Think of $1$ etc. that is used to inspect the last queried object etc. Then one could do $1.foo to get all the output of foo on the last dumped object. With autocompletion, this might end up in a faster workflow then using the mouse and clicking on stuff.

There could also be a flag to dump a json representation of the object instead of only showing the clickable [object ...] thingy.

@alcuadrado
Copy link
Author

I think the word "inspect" was miss-leading. I was talking about this: http://i.imgur.com/2rKZk.png

The object's contents can be seen inline, and not in an annoying (IMO) panel

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

3 participants