This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv6.Hi all Does exist Hotkey for a "Run to breakpoint"?

Hi all,


As wrotten in the object, someone of you knows if exists some hotkey (as F8, or F7...) to run he debugger until the breakpoit, when a debug session has been initialized?

I tried F8 but it does not function, because the IDE begins ti run freely and does not stop to the breakpoint.

Do I need to implement a particular sequence to setup a breakpoint?

  • Leonardo,

    F8 is the shortcut you are looking for. This performs a normal run and will halt when a breakpoint is encountered. Free Run is Ctrl-F8 and will skip breakpoints.

    If you are not seeing F8 stop at breakpoints then I would suggest that the code is not being reached or that the breakpoint is disabled. Does the breakpoint icon show up as blue or grey? Is there a line through it? If you step through the code do you reach the line with the breakpoint on it?


    Regards,
    John