1.5 I/O View

MPLAB I/O View is a powerful debugging tool that allows developers to graphically inspect and modify the Input/Output (I/O) memory map and peripheral registers of a target device during a debug session.

Table 1-15. Opening I/O View
MPLAB X IDE MPLAB Tools for VS Code

In MPLAB X, the IO view is opened from the Window Menu>Debug>IO View.

Figure 1-47. Opening the I/O View in MPLAB X IDE

In VS Code, the I/O view is an extension that can be accessed by typing MPLAB IO… in the command palette.

Figure 1-48. Opening the I/O View in MPLAB Tools for VS Code