Skip to content

Is it possible to attach ProcessMonitor to an already running target process on Windows? #674

Answered by hippo-pat-amus
cyberfreaq asked this question in Q&A
Discussion options

You must be logged in to vote

No, the "DebuggerThreadSimple" class does not support that behaviour - if you provide it with a process name as well as a start command, it will always attempt to first start a new target instance as opposed to looking for an existing process to attach to.

As another shameless plug, I've developed my own debugger thread here, which allows you to do that however.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by cyberfreaq
Comment options

You must be logged in to vote
2 replies
@hippo-pat-amus
Comment options

@cyberfreaq
Comment options

Comment options

You must be logged in to vote
2 replies
@hippo-pat-amus
Comment options

@cyberfreaq
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants