• 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.
  • Setting breakpoint problem
    I have problem in setting break point in the source level. I click on a C statement but nothing happens. I can load the *.c and the line is correctly turn gray for valid C statement. Single step in...
  • 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 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...