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

TUI/Curses support #69

Open
Grazfather opened this issue Mar 3, 2016 · 5 comments
Open

TUI/Curses support #69

Grazfather opened this issue Mar 3, 2016 · 5 comments

Comments

@Grazfather
Copy link
Contributor

Any plan to implement this? It would obviously not be forced -- Many like to scroll back, but in many cases I would have an easier time tracking if the whole disass, etc scrolled on every step.

stdout/err, stack, dissass, memdump, regs would be obvious panes to support (I hate when a line of stdout pushes the whole ui down a line and makes it even harder to track).

@longld
Copy link
Owner

longld commented Mar 8, 2016

Frankly, no plan for it now :)

@Grazfather
Copy link
Contributor Author

Well that's too bad, it would be nice... but frankly, it's not like I'm going to stop using it, best choice out there :)

@Bretley
Copy link
Contributor

Bretley commented Mar 13, 2016

hey so i've changed line 4270 to this:

msg("\033[2J\033[0;0H [%s] % registers".center(78, "-"), "blue")

This scrolls it automatically in most terminals when stepping through. Not perfect, but it works for me. Hope this helps.

@nixawk
Copy link

nixawk commented Aug 30, 2016

layout src will show ^A^[[;31m^Bgdb-peda$ ^A^[[0m^B as follow:

peda-layout-src

@sbmthakur
Copy link

Is there any hack to get a non-mangled text over 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

5 participants