-
Updated
Jun 4, 2020 - PHP
xdebug
Here are 265 public repositories matching this topic...
-
Updated
Jun 4, 2018 - Go
Some applications disallow cookies on its pages which leads to
Error in event handler: Error: Failed to read the 'cookie' property from 'Document': Access is denied for this document.
at getCookie (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:15:32)
at Object.getStatus (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:88:8)
at messageListener
Example:
$pattern = "sign/in";
$actual = "https://test.dev/sign/in?_fid=j3o0";
\Tester\Assert::match($pattern, $actual);
Current tester output:
Failed: 'https://test.dev/sign/in?_fid=j3o0' should match
... 'sign/in' in testAbc()
It would nice something like:
Failed: 'wrong pattern format given.'
Failed: 'https://test.dev/sign/in?_fid=j3o0' should matc
Our wp-cli container's home page says 1.2.1 is the latest yet the tags show 1.5.1. This is not good for us if someone only looks at the main page and not the tags page.
Either we need to move to a fully-automated generation of these Docker main pages **or probably better since we can implement sooner we should remove the _"Supported tags and resp
-
Updated
Jun 12, 2020 - PHP
Hi tulik,
I continue to use this part of helm/ and .travis files in my own project for API rest with DDD layers. But I really not understand how I do configure travis file and what variables we need to add ?
@see https://travis-ci.org/woprrr/SF4-Rest-API/jobs/396913196 an example of openssl error.
to generate my own client_secrets.json I have dowloaded from GCE project and encoded with `t
Mailcatcher should be added to the host's hosts file so commands running outside the Docker container can connect to it.
-
Updated
Apr 26, 2017 - PHP
-
Updated
Jun 7, 2020 - Dockerfile
-
Updated
Oct 3, 2019 - PHP
-
Updated
Feb 12, 2020 - PHP
-
Updated
Dec 17, 2017 - HTML
-
Updated
Mar 3, 2020 - PHP
-
Updated
Jun 4, 2020 - Shell
-
Updated
Jan 24, 2017 - Python
-
Updated
Apr 12, 2020 - PHP
-
Updated
Apr 12, 2020 - PHP
Improve this page
Add a description, image, and links to the xdebug topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xdebug topic, visit your repo's landing page and select "manage topics."


The VSCode Documentation requires an extension to export an activate function. However, vscode-php-debug does not seem to export one. While VS Code happily load the extension currently, this might change at any time.