Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

32.6.5.2 Breakpoints Buffer

The breakpoints buffer shows the existing breakpoints and watchpoints (see Breakpoints). It has three special commands:

<SPC>
Enable/disable the breakpoint at the current line (gdb-toggle-breakpoint). On a graphical display, this changes the color of a bullet in the margin of the source buffer at the relevant line. This is red when the breakpoint is enabled and grey when it is disabled. Text-only terminals correspondingly display a ‘B’ or ‘b’.
D
Delete the breakpoint at the current line (gdb-delete-breakpoint).
<RET>
Display the file in the source buffer at the breakpoint specified at the current line (gdb-goto-breakpoint). Alternatively, click Mouse-2 on the breakpoint that you wish to visit.

 
 
  Published under the terms of the GNU General Public License Design by Interspire