mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 01:44:44 -06:00
formatting
This commit is contained in:
parent
a7035d1750
commit
bf58674b16
11
README.md
11
README.md
@ -109,12 +109,13 @@ The **render** process runs the UI code inside the Shell window. To debug code r
|
||||
* Install the [Debugger for Chrome](https://marketplace.visualstudio.com/items/msjsdiag.debugger-for-chrome) extension. This extension will let you attach to and debug client side code running in Chrome.
|
||||
* Launch the development version of Code with the following command line option:
|
||||
|
||||
OSX and Linux
|
||||
``` bash
|
||||
# OSX and Linux
|
||||
./tools/run.sh --remote-debugging-port=9222
|
||||
|
||||
# Windows
|
||||
tools\run --remote-debugging-port=9222
|
||||
./tools/run.sh --remote-debugging-port=9222
|
||||
```
|
||||
Windows
|
||||
``` bash
|
||||
tools\run --remote-debugging-port=9222
|
||||
```
|
||||
|
||||
* Choose the `Attach to VSCode` launch configuration from the launch dropdown in the Debug viewlet and press `F5`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user