...
We can now use APIs to fetch current configuration from running VS instance.
We can’t for now do this per project.
We can enumerate e.g.:
EXE path, PDB path, path to project source files and
.vsproj
file.
GUI Functionalities clarifications that Nader Zouaoui will work on.
If EXE path is the same (except extension) toPDB file, we can skip specifying
--pdb_file <FILENAME>
.We for now assume there’s only one EXE in the project.
We will rename radio button with “Target Name” and add to it dynamically text about current configuration, e.g.
..... ARM64|Debug
. And:We should “disable” widgets for EXE selection.
There will be update to this widget naming convention as well.
We can warn if no PDB was generated with the project (or is not present).
TODO:
- Nader Zouaoui will add project based configuration search.
...