Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions man/manual-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,8 @@ files in the predefined paths.

### Troubleshooting

#### Step 1: check premiumaddon debug output

If your license does not work you can get some details about the license validation by executing
premiumaddon binary with the `--debug` option.

Expand All @@ -1365,3 +1367,21 @@ Windows:
Linux/Mac:

premiumaddon --debug

These commands can be executed from an arbitrary folder.

#### Step 2: clean up cppcheck build dir

Command line:
If you use --cppcheck-build-dir then remove all files in the specified folder and recheck.

Cppcheck GUI:
The GUI normally by default creates a cppcheck build dir. Clear all results and recheck.
You can clear all results by clicking on the brush icon in the toolbar. Or by open `Edit` menu and selecting menu item `Clear results`.

#### Step 3: remove cppcheck-premium-loc files

If you have cppcheck-premium-loc files in your project folders those should be removed.

If such files are generated during analysis, then review your scripts to check why those files are generated.