zobo
Repos
59
Followers
22
Following
3

PHP Debug Adapter for Visual Studio Code 🐞⛔

712
152

Events

issue comment
Publish latest version on open-vsx.org

Hi. The extension is here https://open-vsx.org/extension/xdebug/php-debug and it is published to ovsx automatically. https://github.com/xdebug/vscode-php-debug/actions/runs/4489590958/jobs/7895985226

It on Microsoft Marketplace this extension was renamed and now redirects. I don't know if that's possible on OVSX.

Created at 5 days ago
Publish latest version on open-vsx.org

I see that the latest version published on openvsx.org is 1.22.0

It would be nice if the latest version of vscode-php-debug extension was published on open-vsx.org as well

Created at 5 days ago
Research copy debug console issue

Reported that Copy All on debug console does not work. Possibly only on Linux, or when running Xdebug Cloud. Research null character possible cause.

Created at 6 days ago
pull request closed
fix: namespaced exceptions could not be ignored
  • Namespaced exceptions could not be ignored. I decided to remove minimatch and use a simple comparison instead, because it says You must use forward-slashes only in glob expressions.
  • Improve ignored exceptions example
Created at 6 days ago
issue comment
fix: namespaced exceptions could not be ignored

Closing this as solved in #890 and #892

Created at 6 days ago
ignoreExceptions and backslash errors

Test how to properly match namespaced exceptions

Created at 6 days ago

fix: improve logging of cloud connection (#888)

fix: ignore exception patterns and namespaces (#892)

  • fix: Ignore Exception patterns

  • Update launch.json

docs: Changelog and Docs update

Created at 6 days ago
delete branch
zobo delete branch next
Created at 6 days ago
pull request closed
chore: Next release 1.32.1
Created at 6 days ago
pull request opened
chore: Next release 1.32.1
Created at 6 days ago

docs: Changelog and Docs update

Created at 6 days ago
delete branch
zobo delete branch fix-ignore-exceptions
Created at 6 days ago

fix: ignore exception patterns and namespaces (#892)

  • fix: Ignore Exception patterns

  • Update launch.json

Created at 6 days ago
pull request closed
fix: ignore exception patterns and namespaces
Created at 6 days ago
delete branch
zobo delete branch cloud-logging
Created at 6 days ago

fix: improve logging of cloud connection (#888)

Created at 6 days ago
pull request closed
fix: improve cloud connection logging
Created at 6 days ago
pull request closed
Add support for variable paging

namedVariables is correctly returned as being larger than the actual number of returned variables, but VS Code refuses to do any follow-up requests for paging or show any UI. I guess it is not implemented yet?

Created at 6 days ago
issue comment
Add support for variable paging

Will close this as it was implemented in #805 with indexedVariables.

Created at 6 days ago
create branch
zobo create branch next
Created at 6 days ago
issue comment
fix: namespaced exceptions could not be ignored

I've made a separate PR where I implemented * and ** matching. Please look at https://github.com/xdebug/vscode-php-debug/pull/892/files#diff-df0963a80e4aa05ab41c92cb55f6a3d1e0426a27d746bf5cf3c6ad5bc706e25d for all the cases and let me know if I missed something.

Created at 1 week ago
pull request opened
fix: ignore exception patterns and namespaces
Created at 1 week ago
create branch
zobo create branch fix-ignore-exceptions
Created at 1 week ago
issue comment
fix: namespaced exceptions could not be ignored

I need to thoroughly test this on Linux and Mac too. Will try to do this evening.

Created at 1 week ago
issue comment
fix: namespaced exceptions could not be ignored

There is also this option: minimatch(response.exception.name, glob, { windowsPathsNoEscape: true }) but I think it only works if the code runs on windows. So I'll need to find another implementation.

Created at 1 week ago
issue comment
fix: namespaced exceptions could not be ignored

Yes, I noticed and opened an issue for me #890. I'd still like to have wildcard matching so I'm gonna write a few more tests for it.

Created at 1 week ago
ignoreExceptions and backslash errors

Test how to properly match namespaced exceptions

Created at 2 weeks ago

fix: improve logging of cloud connection

Created at 3 weeks ago
Next Release Plan (February 2023)
  • [x] #887
  • [x] #882
Created at 3 weeks ago
Next Release Plan (March 2023)
  • [ ] #888
Created at 3 weeks ago