MDB Reference: break (line)
break filename:linenumber [passcount]
The MDB break command sets a line breakpoint at the specified line number.
Parameters
- filename
- File in which the breakpoint will be set
- linenumber
- Line number in filename where breakpoint will be set
- passcount
- Number of times event must occur before program will break
Example
> break BlinkLED.c:57 5