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

function editor - set breakpoint

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?