• 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...
  • Watchdog Resets in Absence of Debugger Breakpoints
    Using the uVision2 debugger to simulate code for a Philips P89LPC920 with Watchdog enabled (via UCFG1): The Watchdog feed routine does not reload the Watchdog timer if I attempt to run the code without...
  • uVision2: Breakpoint 'Command' not working
    I want to set a breakpoint which will print a value, and then resume execution. The documentation for the 'Command' box in the 'Breakpoints' debugger dialogue says, "When you specify a Command for...
  • Hardware breakpoints not working
    I'm using the following system: Keil: Realview MDK-ARM ver4.10 Jtag debugger: Coocox colink processor: generic cortex-m3 with the following memory layout : 0x00000000-0x00004000 -ROM (read only...
  • Conditional Breakpoint
    Hello, I'm trying to set a conditional breakpoint. The debugger should break if a specific line is reached and an additional condition like x == 2 is true at the same time. I've tried an expression...