mylonics / zephyr-ide

Apache License 2.0
22 stars 3 forks source link

README: Add "Running and Debugging in VS Code" section #21

Closed rpiper closed 4 months ago

rpiper commented 4 months ago

Add "Running and Debugging in VS Code" section with full instructions on cloning, installing packages, opening in VS Code, and running and debugging the extension.

rijesha commented 4 months ago

Thanks for the PR.

Since this is the marketplace page, I would like it so that everything here is mainly relevant to end users. I think this can go in a separate developer getting started guide or something like that. A link/mention of the separate .md file could be in the main readme.

rpiper commented 4 months ago

Sounds good to me, I just pushed an update to the PR that has a new "Development and Debugging" section all the way at the bottom of README.md with a link to developer-guide.md with the "Zephyr IDE for VS Code Developer's Guide" content.

The content is just what I've documented from my experience, please edit it where necessary.

The goal here was to get users having issues with the extension to hopefully solve their own problems, or at least identify the issue in the debugger, before taking the time to create an issue here on GitHub and getting yourself involved.

rijesha commented 4 months ago

Thanks for the PR.