Mercurial > emacs
comparison etc/NEWS @ 52906:ff56d93fae3f
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 21 Oct 2003 23:08:11 +0000 |
parents | 796a3196d80c |
children | 80a49ba70b47 |
comparison
equal
deleted
inserted
replaced
52905:f27266006051 | 52906:ff56d93fae3f |
---|---|
2803 | 2803 |
2804 *** The new package gdb-ui.el provides an enhanced graphical interface to | 2804 *** The new package gdb-ui.el provides an enhanced graphical interface to |
2805 GDB. You can interact with GDB through the GUD buffer in the usual way, but | 2805 GDB. You can interact with GDB through the GUD buffer in the usual way, but |
2806 there are also further buffers which control the execution and describe the | 2806 there are also further buffers which control the execution and describe the |
2807 state of your program. It separates the input/output of your program from | 2807 state of your program. It separates the input/output of your program from |
2808 that of GDB and displays expressions and their current values in their own | 2808 that of GDB and watches expressions in the speedbar. It also uses features of |
2809 buffers. It also uses features of Emacs 21 such as the display margin for | 2809 Emacs 21 such as the display margin for breakpoints, and the toolbar. |
2810 breakpoints, and the toolbar. | |
2811 | 2810 |
2812 Use M-x gdba to start GDB-UI. | 2811 Use M-x gdba to start GDB-UI. |
2813 | 2812 |
2814 *** The new package syntax.el provides an efficient way to find the | 2813 *** The new package syntax.el provides an efficient way to find the |
2815 current syntactic context (as returned by parse-partial-sexp). | 2814 current syntactic context (as returned by parse-partial-sexp). |