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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ How to install
7
7
--------------
8
8
9
9
### Install extension:
10
-
Press <kbd>F1</kbd>, type `ext install php-debug`.
10
+
Press `F1`, type `ext install php-debug`.
11
11
12
12
### Install XDebug:
13
13
[Download and install the XDebug extension](http://xdebug.org/download.php).
@@ -25,7 +25,7 @@ Now, everytime you do a request to a PHP file, XDebug will automatically try to
25
25
26
26
### Start debugging:
27
27
In your project, go to the debugger and hit the little gear icon. Choose PHP. A new launch configuration will be created for you.
28
-
Now, if you select this configuration and hit <kbd>F5</kbd>, VS Code will listen on port 9000 for incoming XDebug requests.
28
+
Now, if you select this configuration and hit `F5`, VS Code will listen on port 9000 for incoming XDebug requests.
29
29
Now, when you make a request to `localhost` with your webbrowser, XDebug will connect to VS Code and you can debug your PHP.
30
30
31
31
What is supported?
@@ -60,7 +60,7 @@ If you want to see the variables of the scope of the callee, click on it in the
60
60
Contributing
61
61
------------
62
62
To hack on this adapter, clone the repository and open it in VS Code.
63
-
You can debug it (run it in "server mode") by selecting the "Debug adapter" launch configuration and hitting <kbd>F5</kbd>.
63
+
You can debug it (run it in "server mode") by selecting the "Debug adapter" launch configuration and hitting `F5`.
64
64
Then, open a terminal inside the project, and open the included testproject with VS Code while specifying the current directory as `extensionDevelopmentPath`.
65
65
As an example, for Powershell on Windows it could look like this:
0 commit comments