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

Process initial commands before attaching to PID. #341

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

brownts
Copy link
Collaborator

@brownts brownts commented Apr 11, 2022

Fixes #329.

Instead of specifying the process to attach on the command line, this
update will use the target-attach command instead. In this way, the
ordering of the attach with respect to the execution of initial commands
can be controlled.

Instead of specifying the process to attach on the command line, this
update will use the `target-attach` command instead. In this way, the
ordering of the attach with respect to the execution of initial commands
can be controlled.
@GitMensch
Copy link
Collaborator

Another one solved and code more clean. Thank you!

Question: do you run on current vscode, and if yes can you reproduce #335? That seems to be the biggest show-stopper so far.

@GitMensch GitMensch merged commit bcca13e into WebFreak001:master Apr 11, 2022
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.

Attach to PID does not process "Initial Commands" before attaching
2 participants