Extract DBGp Go CLI client from php-debugger PR #12 into standalone dbgp-client repo - #1
Open
carlos-granados with Copilot wants to merge 10 commits into
Open
Extract DBGp Go CLI client from php-debugger PR #12 into standalone dbgp-client repo#1carlos-granados with Copilot wants to merge 10 commits into
carlos-granados with Copilot wants to merge 10 commits into
Conversation
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Co-authored-by: carlos-granados <1383106+carlos-granados@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Move DBGP CLI client code to new repository
Extract DBGp Go CLI client from php-debugger PR #12 into standalone dbgp-client repo
Sep 10, 2026
Contributor
|
@copilot is this PR still a draft or can it be moved to ready for review? |
Author
It can be moved to ready for review. The extraction and follow-up fixes are in, and the Go tests are passing locally. |
carlos-granados
marked this pull request as ready for review
September 10, 2026 16:16
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 PR migrates the Go DBGp client code from
cli/dbgpinphp-debugger/php-debuggerPR #12 into this repository as a standalone package, with attribution preserved for the original contribution by @Haehnchen.Scope moved into this repository
cli/dbgpimplementation into repo root:client.go)protocol.go)parser.go)*_test.go,testdata/context_get_complex.xml)go.mod) so the package builds/tests independently.Attribution
README.mdpointing to source PR and author attribution to@Haehnchen.Stabilization during extraction (protocol + runtime correctness)
file://, Windows/UNC, escaped paths).Representative behavior now covered
Original prompt