WebStorm You would need to have WebStorm and JetBrains IDE Support Chrome extension installed. In the WebStorm menu Run select Edit Configurations... Then click + and select JavaScript Debug. Paste http://localhost:3000 into the URL field and save the configuration. Note: the URL may be dif...
Finally, I restarted all my systems, and then once lando is up and running: lando xdebug debug and this should turn debugging on. With this I can now use phpstorm inside the WSL container, and use a browser from my host to trigger the debug. ...
Troubleshooting Checklist This article contains a checklist of all the potential common problems that are the cause for no data being transmitted to the Tideways backend even though tideways-php and tideways-daemon packages are installed. To find out if data gets transmitted, take a look at the t...
Fix return type of ReflectionExtension::getVersion by @come-nc in https://github.com/vimeo/psalm/pull/8655 Making json_encode() always produce a non-empty-string, when successful by @Ocramius in https://github.com/vimeo/psalm/pull/8681 Emit DeprecatedInterface when interface is referenc...
You would need to have WebStorm and JetBrains IDE Support Chrome extension installed. In the WebStorm menu Run select Edit Configurations... Then click + and select JavaScript Debug. Paste http://localhost:3000 into the URL field and save the configuration. Note: the URL may be different if...