Type: Bug Report
Describe the bug
- OS and Version: Windows 11
- VS Code Version: 1.109.5
- Extension Version: arm.cmsis-csolution 1.66.0
- Target Device: Any
In Manage Solution, under Debug Adapter, if I click Browse to select the uVision executable (UV4.exe), the tool automatically fills in a relative path (e.g., ../../../Keil_v5.44_dev/UV4/UV4.exe).
However, when launching the task, the following error occurs:
* Executing task: ../../../Keil_v5.44_dev/UV4/UV4.exe c:\Projects\STM32H7B3\SDS\SDS.csolution.yml
'..' is not recognized as an internal or external command,
operable program or batch file.
Expected behavior
Must manually modify the path to an absolute path as a workaround. The Browse button should insert an absolute path, or the relative path should be properly resolved.
Type: Bug Report
Describe the bug
In Manage Solution, under Debug Adapter, if I click
Browseto select the uVision executable (UV4.exe), the tool automatically fills in a relative path (e.g.,../../../Keil_v5.44_dev/UV4/UV4.exe).However, when launching the task, the following error occurs:
Expected behavior
Must manually modify the path to an absolute path as a workaround. The
Browsebutton should insert an absolute path, or the relative path should be properly resolved.