Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problem: step over<F6> acting as resume<F8> in eclipse CDT

It is probably a debugger bug not CDT. Try it from command line.

On Fri, Jul 2, 2010 at 10:04 AM, bzeebee <anand_dk@xxxxxxxxxxx> wrote:
>
> Hi,
> I am relatively new to eclipse CDT. I am facing this problem
> If I do a step over certain function (typically linux system calls like
> strcpy etc or when I go thru if without else), it does not stop at the next
> line however starts executing normally as if it is not single stepping.
> I will have to put breakpoint on the next line and do step over (or
> continue) then it stops at the next breakpoint.
> Can some one explain me this behavior and possible ways to fix it ?
> Thanks
> --
> View this message in context: http://old.nabble.com/problem%3A-step-over%3CF6%3E-acting-as-resume%3CF8%3E-in-eclipse-CDT-tp29045064p29045064.html
> Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top