Skip to content

write the debug protocol page - #25

Merged
carlos-granados merged 2 commits into
mainfrom
debug-protocol
Sep 11, 2026
Merged

write the debug protocol page#25
carlos-granados merged 2 commits into
mainfrom
debug-protocol

Conversation

@carlos-granados

Copy link
Copy Markdown
Contributor

Replaces the last Reference placeholder. Deliberately short: what DBGp is, where the specification lives, and a note on compatibility.

  • leads with the consequence that matters — there is no plugin to install, because any editor that could already debug PHP speaks the protocol already
  • points at https://xdebug.org/docs/dbgp for the specification and https://xdebug.org/docs/dbgp-extensions for the extensions this debugger also implements (both checked, 200)
  • states DBGp 1.0 with no deliberate differences, which matches DBGP_VERSION "1.0" in src/debugger/handler_dbgp.h — the version announced in the opening message
  • closes with an info box saying that leaving the protocol unchanged is a choice for now rather than a commitment, that some improvements are hard to express within the current specification, and that any divergence would be documented here

With this the Reference section is complete: Settings, Functions, Environment Variables, Debug Protocol.

@github-actions

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-11 12:23 UTC

@carlos-granados
carlos-granados merged commit d2f8cbb into main Sep 11, 2026
1 check passed
@carlos-granados
carlos-granados deleted the debug-protocol branch September 11, 2026 12:23
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.

1 participant