[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs mode for gdb using GDB/MI
From: |
Richard Stallman |
Subject: |
Re: emacs mode for gdb using GDB/MI |
Date: |
Wed, 27 Mar 2002 21:56:05 -0700 (MST) |
It would be desirable have symbols to mark breakpoints and the current
location.
Perhaps these things are possible in Emacs 21 with its image support Emacs
21.
The fringe might be a suitable place to put them
To start with, breakpoint icons could go in the display margin--that
way, you could implement it in Lisp with the existing features. Later
on we could implement something to put these icons in the fringe.
For the current location, you should use the overlay-arrow feature.
I think it does