manpagez: man pages & more
info bdb
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.1 Setting breakpoints

You may use any of the GDB commands to set breakpoints The key point is that none of these commands know Bigloo identifiers. Setting breakpoints inside Bigloo functions requires special BDB commands:

break FUNCTION
b FUNCTION

Set a breakpoint at entry to the function FUNCTION. IF FUNCTION is an uppercase symbol, FUNCTION is interpreted as the name of a Bigloo function. If FUNCTION contains at least one lower case character it is interpreted as the name of a C function.

tbreak FUNCTION
tb FUNCTION

Set a temporary breakpoint at entry to the function FUNCTION.


This document was generated on March 31, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.