Somehow now, no matter where I try to put even a single break statement, I get the error "Multiple markers at this line" so the break point marker which should be a dot becomes a dot with a cross through it. I have tried to place a break statement at the C source line or even the assembly source line and I get the same error. Any idea what is messed up?
解決済! 解決策の投稿を見る。
Could you check what you have listed in the 'Breakpoints' view? Looks like you have multiple breakpoint types set on a single line?
So I cleared all breakpoints first. Then added one at a line of C. Still get the breakpoint with a line through it. In breakpoint view see processor expert checked of regular type and below it and then one in main in the project.elf file at a virtual address of regular type.
I have found what could make the breakpoint icon to have this line:
Yes i had the same issue. It was the exact same problem.
Thanks for the posting.
Very weird. I played with the settings of breakpoint view but nothing was improving. When I changed the view from breakpoints to variable view, now breakpoints work. No clue..
Yes, weird. I do not remember that I have seen such a breakpoint icon with that line.