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

Suggestion: use ncurses to update values in place #25

Closed
kootenpv opened this issue Apr 23, 2019 · 3 comments
Closed

Suggestion: use ncurses to update values in place #25

kootenpv opened this issue Apr 23, 2019 · 3 comments

Comments

@kootenpv
Copy link

No description provided.

@cool-RR
Copy link
Owner

cool-RR commented Apr 23, 2019

This sounds interesting, but I don't fully understand. Could you please elaborate?

@kootenpv
Copy link
Author

kootenpv commented Apr 23, 2019

Sorry... I was doing a simple

@snoop()
def fn():
    for i in range(100):
        a = i

And this will clutter your output.

If you would use ncurses, you could perhaps update the value in place, under the source code line.

For inspiration of such an interface, consider: https://github.com/kootenpv/sysdm which on every second shows updated values.

@cool-RR
Copy link
Owner

cool-RR commented Apr 23, 2019

Ah, that would be more interactive, right? Not really a text dump, but something more like a GUI. I'm against it, this tool needs to stay simple.

@cool-RR cool-RR closed this as completed Apr 23, 2019
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

2 participants