The following sections describe some common issues and how to analyze or resolve them.
We also ask you kindly to report issues not mentioned here so we can improve!
Please send us an email to support@devmate.software
Log Files
devmate consists of three microservices and the Visual Studio 2019 extension.
All four components log activity into separate log files that are located under the following path:
{HOME}\AppData\Roaming\Microsoft\VisualStudio\16.0_{xxxxxxxx}
You have to replace {HOME} with your home directory and {xxxxxxxx} with the installation id of your Visual Studio installation.
Inside this directory you will find four files that are of interest for you:
Filename | Contents |
---|---|
ActivityLog.xml | Logs from the Visual Studio including the devmate extension’s logs. |
devmate\Codegen_xxxx.log | Logs from the code generation service. |
devmate\Testgen.EC_xxxx.log | Logs from the test model editor service. |
devmate\Codemerge_xxxx.log | Logs from the code merge service. |