• Cannot set breakpoint in Realview Debugger
    Note: This was originally posted on 25th September 2009 at http://forums.arm.com When I try to set breakpoint in Realview Debugger 4.0, it failed with a popup window, saying "E0039 Line Number not found...
  • 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...