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

Debugger querries

1) Is there a way by which while using the debugger, if F10 is pressed to move to next 'C' statement, the control moves back to the previous statement.

2) Can we change the C program while debugging and rebuild the target from the debugger itself. If yes, please let me know how?

Parents
  • 1) Do you mean:
    * you want to be able to do this, or
    * your debugger appears to be doing this, and you don't want it to?

    2) No.
    (Think about it: you'd have to download again, etc...!)
    But you can "patch" code with the Inline Assembler (Debug menu)

Reply
  • 1) Do you mean:
    * you want to be able to do this, or
    * your debugger appears to be doing this, and you don't want it to?

    2) No.
    (Think about it: you'd have to download again, etc...!)
    But you can "patch" code with the Inline Assembler (Debug menu)

Children
No data