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

Variables and context / scope is not persisted across commands #18

Open
ProLoser opened this issue Jan 31, 2014 · 0 comments
Open

Variables and context / scope is not persisted across commands #18

ProLoser opened this issue Jan 31, 2014 · 0 comments

Comments

@ProLoser
Copy link

So I realize I could do window.x = 'hi'Enteralert x

But I'm used to doing things like x = 'tempVal'Enteralert x

Unfortunately, x is undefined in the second command. Is there any way to have the entire console share the same scope across multiple commands? Having to type the entire set of commands in one execution before I can even see what's going to happen is a bit limiting.

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