Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make debugging option project-agnostic #1

Open
nguyenmthien opened this issue Jul 26, 2023 · 0 comments
Open

Make debugging option project-agnostic #1

nguyenmthien opened this issue Jul 26, 2023 · 0 comments

Comments

@nguyenmthien
Copy link

Description
One important feature of an example project is that it should stay true regardless of system settings, and project design. A good project template should minimize the user's interaction and flatten the learning curve as much as possible. While this project has a good potential, some corners need to be ironed out. This issue focuses on the debugging aspect of this example.

Expected behavior
The .vscode folder should be portable. This means one can copy this .vscode folder to another west-compatible project and expects the debugging feature to work.

Actual behavior
This will lead to an error in vscode due to hard-coding of the MCU and runner name to the launch.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant