• breakpoints cannot be set on some lines
    I set two breakpoints in my code. The first one works well, but the second one become a excalmatory mark,when I go into debug mode. Moreover, I have a error in Command window: *** error 35: undefined...
  • Cannot set a breakpoint in an assembly function
    Hello, Before I start nagging to Keil support about this, maybe you can help me: I have a couple of assembly functions, like this one __asm __irq void DAbt_Handler(void) { IMPORT gp_software_event...
  • Setting Breakpoint
    How to set break point from the output window? Say loop_flag = 1 is an instruction where I want to set the break point from the output window.
  • Setting breakpoints
    How do you specify a hardware breakpoint vs a software breakpoint? There's nothing that I can find in the help files. I'm now starting a search of the knowledge base. Any info appreciated.
  • The debugger has set two breakpoints at the same address
    J-Link V6.12d API Warning Debugger problem discovered: The debugger has set two breakpoints at the same address xxxxxx. ------ I use Tessy to do unit test work with Keil uvision. The breakpoint...