File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1355,6 +1355,8 @@ files in the predefined paths.
1355
1355
1356
1356
### Troubleshooting
1357
1357
1358
+ #### Step 1: check premiumaddon debug output
1359
+
1358
1360
If your license does not work you can get some details about the license validation by executing
1359
1361
premiumaddon binary with the ` --debug ` option.
1360
1362
@@ -1365,3 +1367,21 @@ Windows:
1365
1367
Linux/Mac:
1366
1368
1367
1369
premiumaddon --debug
1370
+
1371
+ These commands can be executed from an arbitrary folder.
1372
+
1373
+ #### Step 2: clean up cppcheck build dir
1374
+
1375
+ Command line:
1376
+ If you use --cppcheck-build-dir then remove all files in the specified folder and recheck.
1377
+
1378
+ Cppcheck GUI:
1379
+ The GUI normally by default creates a cppcheck build dir. Clear all results and recheck.
1380
+ 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 ` .
1381
+
1382
+ #### Step 3: remove cppcheck-premium-loc files
1383
+
1384
+ If you have cppcheck-premium-loc files in your project folders those should be removed.
1385
+
1386
+ If such files are generated during analysis, then review your scripts to check why those files are generated.
1387
+
You can’t perform that action at this time.
0 commit comments