• 'Step' and 'Step Over' doesn't work while debugging
    Hi, i am new with Keil and STM32F407VG. I tried to run a simple code (blinking 4 leds). And it worked with no problem. Afterwards, i tried to learn some simple debugging basics. And I can't reach...
  • the behavior of 'step over' is same as 'step in' in AGDI apntex_173
    I have built one AGDI dlls for cortex-m3, when I run 'step over' of the debugger, it goes where as same as 'step in'. For example: there are two functions invoked as below in c codes: func_a...
  • Cannot step over empty FOR loop
    Dear all, I'm currently evaluating uVision4.74 as a preparation for a course in embedded systems, so we would like to test the simulation capabilities of this IDE for the TM4C123GH6PM microcontroller...
  • step into and step over do same thing in AG_GoStep in apntex_173
    i am writing a AGDI Driver for the uVision Debugger base on apntex_173. my chip is using Cortex-M0, many functions (r/w registers, r/w memory, start/stop debug session, run, run to cursor line, step...
  • Step over & step into do the same with uVison 4.53 and SAM-ICE
    Hi, After updating to uVision 4.53 I noticed that the debug sessions did'nt work properly with the SAM-ICE emulator from Segger: -If I set a breakpoint at line n sometimes the code execution stops...