We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,I'm trying to set breakpoint by using function editor.When I write command
BS SetAppKey, 1, "apnRXBuffer()"
breakepoint is set and it's working as expected,but I would like to sent breakpoint within the function like this:
FUNC void setBP (void) { BS SetAppKey, 1, "apnRXBuffer()" }
does anybody know how to do that?