This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AG_GoStep

i am writing a keil plugin using apntex_145 SampTarg example, but everything test is successful, but F10, F11 do same thing: step into, i check the code they also go into the sam branch.
when debugging and arrive a subrouine, F10, F11 also go into subrouine , who can give some advice?
thanks a lot!!!

Parents
  • Hi,

    from the AGDI View there is only Step and Go.

    If you Step Into or Step Over, the Debugger does single steps until it reaches the next High Level Source line or a call comes.

    In case of a call a BP is set behind the call and Go is executed.

    See AG_GoStep(), nCode=2 (Step) and nCode=3 (GoUntil).

    BR,
    /th.

Reply
  • Hi,

    from the AGDI View there is only Step and Go.

    If you Step Into or Step Over, the Debugger does single steps until it reaches the next High Level Source line or a call comes.

    In case of a call a BP is set behind the call and Go is executed.

    See AG_GoStep(), nCode=2 (Step) and nCode=3 (GoUntil).

    BR,
    /th.

Children