• breakpoints
    Can someone explain me how i can set up a breakpoint in my assembly program that ends my program on the breakpoint the command is SETB P3.3 Thx in advance
  • Conditional breakpoints
    Hello, I'm using MDK 4.14 for an LPC2478. Trying to catch a presumed data corruption, I'm want to halt my program when some variable (or preferably memory address?) contains a value larger than...
  • breakpoint line
    1 firmware_revisions(); 2 3 WriteUIversion(); line numbers above for reference if I want a breakpoint on line 3 I must highlight line 3 before clicking f9 is this just "we know it is screwy...
  • Stucking at breakpoint
    Hi, sometimes the debugger stucks at a breakpoint and even if I use single-step, step-over or just run the program, the PC does not change. Deleting the breakpoint does not fix the problem. I have...
  • Ulink BreakPoints
    I'm using ARM with Ulink2 with MCB2300. When I compile the EasyWeb or the Blinky program it works fine and I have all the debug and breakpoint feature. When I start to add few files (also lib files...