JacquesLucke / gcov-viewer

Show code coverage data generated with gcov in Visual Studio code.
MIT License
31 stars 9 forks source link

Unknown error occurred #2

Open csholmq opened 4 years ago

csholmq commented 4 years ago

Unable to run the extension as it just says "Unknown error" and refers to a log. Not sure which log that is.

Command 'Gcov Viewer: Toggle' resulted in an error (An unknown error occurred. Please consult the log for more details.)

ErichStyger commented 11 months ago

I face the same problem. Loading the .gcda files a second time seems to work. But I'm getting frequently that error too. About the log files: Command Palette: Developer: Open Extensions Log Folder. I'm seeing the following errors in the exthost.log:

2023-10-18 14:36:14.539 [error] undefined gcov-viewer.show {"value":"JacquesLucke.gcov-viewer","_lower":"jacqueslucke.gcov-viewer"}
2023-10-18 14:37:22.818 [error] undefined gcov-viewer.reloadGcdaFiles {"value":"JacquesLucke.gcov-viewer","_lower":"jacqueslucke.gcov-viewer"}
2023-10-18 14:48:07.346 [error] undefined gcov-viewer.reloadGcdaFiles {"value":"JacquesLucke.gcov-viewer","_lower":"jacqueslucke.gcov-viewer"}

image