Skip to content

Tags: xdebug/vscode-php-debug

Tags

v1.35.0

Toggle v1.35.0's commit message
docs: Update CHANGELOG.md

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add limited support for virtual workspaces (#930)

* Add limited support for virtual workspaces. Override ${workspaceFolder} variable substitution.

* Do not show run/debug menu icon when on virtual FS. Change deprecated ${workspaceRoot} default.

* Prepare replace for currently un-mapped configuration variables.

* CHANGELOG

v1.33.1

Toggle v1.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Editor title run/debug icon did not work anymore (#928)

* docs: Update CHANGELOG.

* Fixing the "Debug PHP" button and implementing run and debug php file like Mock Debug example.

* Changelog.

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add skipEntryPaths to immediately detach a debug session depend…

…ing on entry path (#911)

* feat: Add skipEntryPaths to immediately detach a debug session depending on entry file

* Document skipEntryPaths.

* Handle invalid init packet.

* Test case for skip entry paths and fix for old max conn test.

v1.32.1

Toggle v1.32.1's commit message
docs: Changelog and Docs update

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Ignore exceptions based on class name (#882)

* Add possibility to ignore exceptions based on class name

* Add ignore exception test

* Update readme and comments

* Fix test error

* Add package.json definition, renamed setting to ignoreExceptions, fix tests.

* Changelog.

---------

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

v1.31.1

Toggle v1.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support relative paths and path mappings (#887)

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support uri path mappings (#879)

* Re-implement path mapping logic

* Fix typos.

* Test Phar specific cases

* Add exact file mapping match.

* Changelog.

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: skip files while debugging (#874)

* Add support for justMyCode where ignored files are stepInto-ed.
Small refactor of log point evaluation code.

* Changelog and Readme.

* Renamed justMyCode to skipFiles same as javascript debugger.

* Add support for pause and stepping with the same command that started the skipping process.

* Extract matching function and tests.

v1.29.1

Toggle v1.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fixes erroneous non-null args.env check (#872)

* Fixes erroneous not-null check

* Code format and updated test.

* Changelog

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