I have a VS solution with multiple VGDB (ESP32) projects in it. These projects target different hardware pieces that interact with each other. This causes building to work properly and build all of the projects.
However when I want to debug the project that is selected by VGDB to debug seems to be pretty much random. I have had to unload all of the other projects but one in order to debug the one that I want to. I had expected the “Set as Startup Project” feature of VS to select which project to start debugging. Is this something I am doing wrong?
Thanks,
Don