This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug cli/21044] Text or color mark on current line in code listing


https://sourceware.org/bugzilla/show_bug.cgi?id=21044

Ciro Santilli <ciro.santilli at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ciro.santilli at gmail dot com

--- Comment #3 from Ciro Santilli <ciro.santilli at gmail dot com> ---
I really want this, especially with a full line color highlight like TUI.

TUI breaks when you have large stdout, and with vim bindings.

I'm currently using GDB dashboard just for this feature basically:
https://github.com/cyrus-and/gdb-dashboard

The problem is that requires Python scripting, which is not available on some
targets.

If the highlight were possible natively, I would just put a list on hook-stop,
and everything would be perfect.

Another advantage over TUI is that the shell history keeps the debug path if
you want to scroll up.

Then just use the "edit" command as well to make things even better.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]