Describe the bug
A cmsis solution project is built in VS code. When selecting µVision as debugger in cmsis solution project, after starting µVision, a "cleaning context" is executed automatically and the image files etc. built previously in VS Code are cleaned up, so that it is not possible to start debugging without rebuilding the project again in µVision.
The cbuild command in VS Code:
cbuild setup Blinky.csolution.yml --target database --active STM32F746G-DISCO --packs --skip-convert
The cbuild command when opening the csolution project in µVision:
*** CBuild command: C:/Keil_v543/ARM/cmsis-toolbox/bin/cbuild.exe setup Blinky.csolution.yml --context-set --update-rte --packs
Environment (please complete the following information):
- [tool or library]
- CMSIS Toobox version v2.13.0-51-g5b41849 used in VS Code
- CMSIS Toobox vbuild version v2.13.0-60-g0d804ef used in uVision
- OS: windows
Describe the bug
A cmsis solution project is built in VS code. When selecting µVision as debugger in cmsis solution project, after starting µVision, a "cleaning context" is executed automatically and the image files etc. built previously in VS Code are cleaned up, so that it is not possible to start debugging without rebuilding the project again in µVision.
The cbuild command in VS Code:
cbuild setup Blinky.csolution.yml --target database --active STM32F746G-DISCO --packs --skip-convertThe cbuild command when opening the csolution project in µVision:
*** CBuild command: C:/Keil_v543/ARM/cmsis-toolbox/bin/cbuild.exe setup Blinky.csolution.yml --context-set --update-rte --packsEnvironment (please complete the following information):