Marus / cortex-debug

Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
MIT License
1.02k stars 240 forks source link

Can the development team provide a visual configuration tool for Cortex-debug #998

Open grape-wzy opened 8 months ago

grape-wzy commented 8 months ago

Is your feature request related to a problem? Please describe.

The work of this plugin depends on Launch.json. However, the current engineering configuration method is based on JSON format, which is not intuitive enough. Different models of MCUs and projects require different configurations, which leads to the need to reconfigure the JSON file for each new project. Therefore, it is somewhat inconvenient to modify the configuration file by referring to the manual every time.

Describe the solution you'd like

Have you considered developing a visual configuration tool for this plugin to simplify the writing of launch.json file?