MDB Reference: break (line)

breakfilename:linenumber[passcount]

TheMDBbreak command sets aline breakpoint at the specified line number.

Parameters

filename
File in which the breakpoint will be set
linenumber
Line number infilename where breakpoint will be set
passcount
Number of times event must occur before program will break

Example

> break BlinkLED.c:57 5