This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28027F: How to edit variables during debug session

Part Number: TMS320F28027F

Hii

  i can't able to write  variables memory  during debug session

i can able to edit in main .c file  but in run its not updating the variable column , its throwing an error and the debug session got suspended 

is there any option to change in properties  pls reply it would be much appreciated.

  • Hello Govinda,

    If you're trying to update the values of variables during a debug session, you need to use the appropriate Expressions, Registers, or Variables window view and overwrite the value through there (just select the value so the cursor appears and write in the new value). Editing your code will cause the debug session to state that the code has changed and needs to be rebuilt to run properly.

    i can able to edit in main .c file  but in run its not updating the variable column , its throwing an error and the debug session got suspended 

    Is this error happening when you're first trying to load a debug session? That means there may be errors in your project, and the debug session won't start until these are handled. You should build the project every time before starting a debug session, that way you can see and address any warnings that may appear.

    Best regards,

    Omer Amir