• simulator breakpoint question
    If I am using a breakpoint on a range of addresses in the simulator, how can I tell, within the simulator which address in that range actually triggered the breakpoint?
  • 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
  • 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.
  • Conditional Breakpoint:
    I am a programmer at (C8051f980 (slabs I would like to try Conditional Breakpoint I did not know where to write the command line, for example BS COUNT ==4
  • 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.