• uV2 debugger - error 35: undefined line number
    I'm writing code for the Cypress EZ-USB. I've stuck with the file structure that Cypress uses in their examples, FW.C (frameworks) and periph.c (my device code). I'm relatively unfamiliar with the tools...
  • breakpoint line
    1 firmware_revisions(); 2 3 WriteUIversion(); line numbers above for reference if I want a breakpoint on line 3 I must highlight line 3 before clicking f9 is this just "we know it is screwy...
  • Breakpoints numbering issue
    Hi When I remove some breakpoints in my code, and re enable it just after I have a non constant breakpoint index For example: Execution stopped in Thread mode at 0x1FFE447A 0x1FFE447A 9,0 return...
  • Find total number of lines in the code
    Hi, could someone help me by telling, how to find total number oflines in the code. The detail is like, I have a project which contains a number of files. Each file has different number of lines...
  • breakpoints cannot be set on some lines
    I set two breakpoints in my code. The first one works well, but the second one become a excalmatory mark,when I go into debug mode. Moreover, I have a error in Command window: *** error 35: undefined...