5.7 XC32 Analysis Options
The following analysis feature controls are displayed in the MPLAB X IDE and VS Code project property dialogs, along with their corresponding driver options. These features analyze your code to highlight safety or performance issues.
| Option | Description | Command Line |
|---|---|---|
| Code coverage instrumentation | Enable the code coverage feature | -mcodecov |
| Stack guidance | Check to enable the stack guidance feature, which gives an estimate of stack usage. | -mchp-stack-usage |
