Add tool to break into a live debugger session.#40
Open
GeoYS wants to merge 1 commit intosvnscha:mainfrom
Open
Add tool to break into a live debugger session.#40GeoYS wants to merge 1 commit intosvnscha:mainfrom
GeoYS wants to merge 1 commit intosvnscha:mainfrom
Conversation
the CTRL+BREAK key combination signal to the process running CDB.
Owner
|
This seems like a good idea. What's the regular use case? Do you do live debugging with this MCP from a terminal or how does it work? |
Author
|
I'm using this MCP to make specialized agents to help perform common/repetitive tasks when debugging live systems. The problem is that, for WinDbg sessions connected to a live system, the debugger must be broken in before any commands can be executed. Letting the agent break in itself will reduce the amount manual input from the user. |
Author
|
@svnscha Any further comments or concerns? |
Owner
|
No, I'll add it to the next version and merge it very soon. The new version is kind of overdue, so expect a merge in the next few days.
Gesendet von Outlook für iOS<https://aka.ms/o0ukef>
…________________________________
Von: George Shen ***@***.***>
Gesendet: Monday, January 26, 2026 11:01:22 PM
An: svnscha/mcp-windbg ***@***.***>
Cc: Sven Scharmentke ***@***.***>; Mention ***@***.***>
Betreff: Re: [svnscha/mcp-windbg] Add tool to break into a live debugger session. (PR #40)
[https://avatars.githubusercontent.com/u/7597842?s=20&v=4]GeoYS left a comment (svnscha/mcp-windbg#40)<#40 (comment)>
@svnscha<https://github.com/svnscha> Any further comments or concerns?
—
Reply to this email directly, view it on GitHub<#40 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFZCEEWVLYCQYVDCBUO4HKD4I2FDFAVCNFSM6AAAAACSXCHVQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQMBRHE3DEMJXGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is done by sending the CTRL+BREAK key combination signal to the process running CDB.