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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ A _Xdebug helper_ browser extension is also recommended. There the request side
165
165
166
166
## Troubleshooting
167
167
168
-
- Ask a question on [StackOverflow](https://stackoverflow.com/)
168
+
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/xdebug)
169
169
- If you think you found a bug, [open an issue](https://github.com/xdebug/vscode-php-debug/issues)
170
170
- Make sure you have the latest version of this extension and Xdebug installed
171
171
- 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)
/* This is coppied from @vscode/debugprotocol/lib/debugProtocol.d.ts because customRequest returns the body of the response and not the response itself */
/** The variable for which to retrieve its children. The `variablesReference` must have been obtained in the current suspended state. See 'Lifetime of Object References' in the Overview section for details. */
62
+
variablesReference?: number
63
+
}
64
+
59
65
/**
60
66
* This interface should always match the schema found in the mock-debug extension manifest.
61
67
*/
@@ -1496,9 +1502,18 @@ class PhpDebugSession extends vscode.DebugSession {
0 commit comments