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.

TMS320C6748: Debug Server Script: breakpoint and breakpoint properties

Part Number: TMS320C6748


After setting a breakpoint as follows:

var bp1 = mySession.breakpoint.add("myFile.c", 22);

Is it possible to access and modify the breakpoint properties associated with bp1?  If so, how?

Thanks.