We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!!!
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.
http://www.keil.com/forum/docs/thread16280.asp