Run directly under VSCode aka run source code directly from command line?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 560
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 3
Description
As things stand right now, it seems like I have to "pip install", try out pyocd, make changes to code, "pip install", try out pyocd, etc.
Is there a way to run the edited pyocd code directly from the command line without the "pip install" step?
The purpose of this is to allow me to run this under VSCode directly so things like debugging and stepping actually work. If there is a better way to run this from VSCode than trying to run from the command line, I'm happy to do that instead.
Thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking pyOCD's command-line entry point and the VSCode run or debug configuration. The issue provides no file or test locations, so first determine whether running edited source without pip install is already supported and where that workflow should be documented or improved. Done means a contributor can run and debug local pyOCD changes directly from VSCode or the command line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vscode
- Domain
- cli, developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100