• 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...
  • unable to set breakpoints
    I am debugging a program running in internal flash of an XC161 using ULINK. Here is an example function I want to debug. void BM_CbfCmd(word wNdx, byte bSub) { if(wNdx) {}; if(bSub) {}; //suppress...
  • Breakpoint execution
    Can anybody tell me in detail regarding how a compiler works? What are internal steps involved in a compiler? And also how does a breakpoint work in a compiler when we use in debug mode? ...
  • Setting breakpoints
    How do you specify a hardware breakpoint vs a software breakpoint? There's nothing that I can find in the help files. I'm now starting a search of the knowledge base. Any info appreciated.
  • Setting Breakpoint
    How to set break point from the output window? Say loop_flag = 1 is an instruction where I want to set the break point from the output window.