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

feature: easier watching of variables whilst debugging #55

Open
shabble opened this issue Jan 29, 2017 · 0 comments
Open

feature: easier watching of variables whilst debugging #55

shabble opened this issue Jan 29, 2017 · 0 comments

Comments

@shabble
Copy link
Contributor

shabble commented Jan 29, 2017

Currently it requires a click on the [...] in the variables list to display the current value in a popup.
With the popup open, the rest of the UI can't be interacted with until it is closed. So you may need to open multiple variable popups quite frequently, which can be tedious.

Suggest either a tooltip when hovering over the variable button and db debug is active, or maybe implement alternative in the commandline with p[rint] $0 or similar to print value of var:0 to console?

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