You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging create a `launch.json` file in the `.vscode` folder with the following content, which covers configuration for debugging Cppcheck and `misra.py`:
132
-
133
-
```json
134
-
{
135
-
// Use IntelliSense to learn about possible attributes.
136
-
// Hover to view descriptions of existing attributes.
137
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
Cppcheck Official is an extension officially supported by the cppcheck team allowing you to easily use cppcheck in VS Code. You can find it in VS Code Marketplace through the extension tab in your IDE. For instructions on how to set it up and use it, see the readme on the github page: <https://github.com/cppchecksolutions/vscode-cppcheck-official>
0 commit comments