more ddd woes

I’m trying to use ddd for the first time. When I try to step into the
program I get:

Unable to find function bounds

Or something to that effect. I’m guessing it is confused about stack
frame. Any suggestions?

Dean Douthat <ddouthat@faac.com> wrote:

I’m trying to use ddd for the first time. When I try to step into the
program I get:

Unable to find function bounds

Or something to that effect. I’m guessing it is confused about stack
frame. Any suggestions?

Set a breakpoint at main, type ‘continue’ (or just ‘c’), and when the i
breakpoint is hit go from there.

Let me know if that helps.
Regards,
GP.