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 

Fullscreen
1
BS SetAppKey, 1, "apnRXBuffer()"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

breakepoint is set and it's working as expected,
but I would like to sent breakpoint within the function like this:

Fullscreen
1
2
3
FUNC void setBP (void) {
BS SetAppKey, 1, "apnRXBuffer()"
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

does anybody know how to do that?


0