• 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.
  • Breakpoint conditions setting
    Hello, I would like to set a breakpoint at the 1st line of my function only if the calling function belongs to a specific file, like this: file ModuleA.c FunctionA FunctionB FunctionC file ModuleB...
  • Setting all 8 breakpoints
    Hi everyone, I am debugging an application on a STM32F4 in flash with a ULINK. I read one of the features for the ULINK should be 8 breakpoints, but after the 6th breakpoint I get an error message...
  • Setting Hardware Breakpoints
    Good evening , i've got a problem with configuring Breakpoints on ARMv7 with XEN as a Hypervisor. My goal is to implement some kind of Single Step by using "Address Mismatch" Breakpoints. To do...