While Debugging my Code with Xdebug and Vs code the following error is shown in the debug window
XDebugError: command is not available
at new Response (c:\Users\asish\.vscode\extensions\felixfbecker.php-debug-1.13.0\out\xdebugConnection.js:56:19)
at new BreakpointSetResponse (c:\Users\asish\.vscode\extensions\felixfbecker.php-debug-1.13.0\out\xdebugConnection.js:207:9)
at Connection.<anonymous> (c:\Users\asish\.vscode\extensions\felixfbecker.php-debug-1.13.0\out\xdebugConnection.js:599:20)
at Generator.next (<anonymous>)
at fulfilled (c:\Users\asish\.vscode\extensions\felixfbecker.php-debug-1.13.0\out\xdebugConnection.js:4:58) {
code: 5,
name: 'XDebugError'```
Is there any solution for the above error