microsoft / microsoft/MIEngine
Question re LocalLaunchOptions?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
I'm connecting to a GDB server on localhost which is talking to an embedded target via OpenOCD/JLink. This works. For which many thanks.
What I cannot figure out is how to pass command line arguments to the GDB instance. i.e. -ex monitor reset -ex b main
Appending these to MIDebuggerPath fails (as expected). Using DebugServerArgs does nothing obvious.
TAIA.
Contributor guide
No contributing guide indexed for this repository
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 tracing the LocalLaunchOptions configuration and the MIDebuggerPath and DebugServerArgs settings mentioned in the report. Check the surrounding MIEngine launch configuration and any related tests or documentation to determine whether GDB command-line arguments are supported; done means the supported behavior is clear and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100