Skip to content

Tags: thulandre/vscode-php-debug

Tags

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Improve breakpoint handling with multiple connections xdebug#606

Request breakpoint info after initialization.
Sync breakpoints to Xdebug connection from internal BreakpointManager state.
Show breakpoints as verified if there are no connections.
Remove _waitingConnections map because the ConfigurationDone handler is not in use anymore.
Cleanup _statuses and _breakpointAdapters to prevent leaks.
Fix typos.
Fix test because the order of startup events changed.

Co-authored-by: Damjan Cvetko <[email protected]>

v1.16.0

Toggle v1.16.0's commit message
chore: Version bump.

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add as preferred debugger for PHP language (xdebug#569)

v1.15.0

Toggle v1.15.0's commit message
fix: Do not display error dialog on failed eval (xdebug#561)

* fix: Eval errors should not be returned with sendErrorResponse to prevent showing the error dialog.

v1.14.12

Toggle v1.14.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Support more windows path combination for path mappings (xdebug#535

)

v1.14.11

Toggle v1.14.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Detect IDE path format for convertDebuggerPathToClient (xdebug#525)

v1.14.10

Toggle v1.14.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add configurationSnippets

Fixes xdebug#191. Add Configuration doesn't show PHP when selecting `Add Configuration` in a VS Code launch.json file PHP is no longer shown as an option. The new `configurationSnippets` resolves this. (xdebug#527)

v1.14.9

Toggle v1.14.9's commit message
fix: implement longest prefix matching for pathMappings (closes xdebu…

…g#331) (xdebug#363)

* fix: implement longest prefix matching for pathMappings (closes xdebug#331)

* test: add test cases for server path longest prefix matching

Based on the test cases over at
robberphex/vscode-php-debug@729be1d. Thanks @robberphex!

v1.14.8

Toggle v1.14.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(deps): update dependency semantic-release to ^17.3.7

v1.14.7

Toggle v1.14.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixed missing package relateurl (xdebug#491)