Debugging an issue in YAT source code using Visual Studio
Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug
Brought to you by:
maettu_this,
y-a-terminal
Some issues may not be reproducible on the YAT developer's machine. Or someone might want to debug an issue upfront. Here is how this can be done:
Visual Studio
If not already available, install a version of Visual Studio, e.g. the free Community editon which can be downloaded from https://www.visualstudio.com/vs/community/. The version must at least be the one stated here. Ideally use the latest version, i.e. the version with the latest debugging features.
Debugging a crashed executable
Once an issue happens:
Debugging from source code
Here can be found what version of Visual Studio is currently being used. Make available that or a newer version.