From: rudra on
with multiple file as subroutine compiled with make, how can i set a
breakpoint in some point? suppose, i want to find value of argument A
on a subroutine S ....its easy if there is a single source code....but
what if each subprogram is written as a seperate file?

I have gone through the intel's manual....so its not RTFM....may be
U(nderstand)TFM?
From: Carlie Coats on
rudra wrote:
> with multiple file as subroutine compiled with make, how can i set a
> breakpoint in some point? suppose, i want to find value of argument A
> on a subroutine S ....its easy if there is a single source code....but
> what if each subprogram is written as a seperate file?
>
> I have gone through the intel's manual....so its not RTFM....may be
> U(nderstand)TFM?

Pre-Intel-11, the command was

stop at "<source file>":<line number>

With Intel 11, they have some very different command line interpreter,
that I haven't figured out. And don't like.

-- Carlie Coats