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

Add vscode debug configuration for running a simulated device #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

callumforrester
Copy link
Contributor

Add vscode debug configuration for running a simulated device.

The configuration automatically detects all config files in examples/ and s03_configs/ and and prompts the user to pick one (with filtering based on typed input) when they run the configuration. This does require an additional extension (documented in launch.json).

The alternative, if we did not want the additional extension, is to manually maintain a list of possible configuration files, meaning when one is added, moved, or deleted we must remember to update launch.json. This would otherwise provide the same user experience.

Thoughts welcome.

@abbiemery
Copy link
Collaborator

If vscode users are going to find it useful and it doesn't add bloat for other users then i'm all for it.

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

Successfully merging this pull request may close these issues.

2 participants