This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51: debugger can't stop at specified breakpoint statement

Hi,
when i trace the code by step using the debugger, the debugger sometimes failed stopping at the breakpoint but go through the breakpoint statement, causing the debugging procedure more difficult.
How do i fix this problem?
Thanks.
peter

Parents
  • Hi,
    you seem don't need sleep.... :)
    well, i use level 8: reuse common entry code, and unfortunately, i am not familiar with its assembly code, so debugging from assembly seems hard to me..
    thanks for help, i will try to read its asm code.

    peter@Taiwan

Reply
  • Hi,
    you seem don't need sleep.... :)
    well, i use level 8: reuse common entry code, and unfortunately, i am not familiar with its assembly code, so debugging from assembly seems hard to me..
    thanks for help, i will try to read its asm code.

    peter@Taiwan

Children