MPLAB® X IDE Advanced Debugging - 06 Sequence Breakpoints | Videos
MPLAB® X IDE Advanced Debugging - 06 Sequence Breakpoints
Playlist: https://www.youtube.com/playlist?list=PL9B4edd-p2ai5RNErM97LE_LLoXs9076o
In this video...
Context:
Set a breakpoint that breaks on only ‘!’ in while(1) loop, skipping the ‘!’ in init.
MPLAB® X IDE Debug features:
Tuple/ANDed Breakpoints, a pair of breakpoints (Address and Data) where each event must occur simultaneously before the program is stopped.
Sequence Breakpoints, a collection of breakpoints where each event must occur in a specified order before the program is stopped (maximum two sequences at once).
Debug Features by Device: Hardware Tool/Simulator
Debugging with the simulator (Uart IO Window)
Setting a Sequence breakpoint