You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,10 +110,10 @@ Please also note that setting any of the CLI debugging options will not work wit
110
110
111
111
## Troubleshooting
112
112
113
-
- Ask a question on [Gitter](https://gitter.im/felixfbecker/vscode-php-debug)
114
-
- If you think you found a bug, [open an issue](https://github.com/felixfbecker/vscode-php-debug/issues)
113
+
- Ask a question on [StackOverflow](https://stackoverflow.com/)
114
+
- If you think you found a bug, [open an issue](https://github.com/xdebug/vscode-php-debug/issues)
115
115
- Make sure you have the latest version of this extension and XDebug installed
116
-
- Try out a simple PHP file to recreate the issue, for example from the [testproject](https://github.com/felixfbecker/vscode-php-debug/tree/main/testproject)
116
+
- Try out a simple PHP file to recreate the issue, for example from the [testproject](https://github.com/xdebug/vscode-php-debug/tree/main/testproject)
117
117
- In your php.ini, set [`xdebug.remote_log = /path/to/logfile`](https://xdebug.org/docs/remote#remote_log)
118
118
(make sure your webserver has write permissions to the file)
0 commit comments