This is the mail archive of the gdb@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]

How to add some marker like "->" to indicate the current line when using the "list" command?


Hi,

In python debugger pdb, the "list" command will print ">" to indicate
the current line. Is it possible to add this feature in gdb as well.
This would help me know where the current line is.

Thanks,
Peng


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