[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debbuger



On Thu, 2003-07-17 at 08:55, gustavo wrote:
>  Si he probado el DDD y el problema es q' tanto al DDD como al GDB no 
> los logro configurar para q' no salten siempre a la
> funcion interna, osea q' baje una line simplemente.

Seguramente no te entendí, porque no creo que tu problema sea tan
simple...  pero, ¿acaso no estás hablando de la diferencia entre los
comandos 'next' y 'step', de GDB?

 (gdb) help step
 Step program until it reaches a different source line.
 Argument N means do this N times (or till program stops for another
 reason).

 (gdb) help next
 Step program, proceeding through subroutine calls.
 Like the "step" command as long as subroutine calls do not happen;
 when they do, the call is treated as one instruction.
 Argument N means do this N times (or till program stops for another
 reason).

 -CR




Reply to: