From 9b27a0b6d9365ad2754d4303c69d6c1cd6a7e53b Mon Sep 17 00:00:00 2001 From: Sofian Hnaide Date: Mon, 16 Nov 2015 12:44:13 -0800 Subject: [PATCH] fix readme for selfhost debugging --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d08015369f0..2812e9d2584 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,11 @@ The **render** process runs the UI code inside the Shell window. To debug code r OSX and Linux ``` bash -./tools/run.sh --remote-debugging-port=9222 +./scripts/code.sh --remote-debugging-port=9222 ``` Windows ``` bash -tools\run --remote-debugging-port=9222 +scripts\code --remote-debugging-port=9222 ``` * Choose the `Attach to VSCode` launch configuration from the launch dropdown in the Debug viewlet and press `F5`.