From da727e537376928af9dbec5126cce0a9bb29cd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=87=8E=20=E7=9B=B4=E4=BA=BA?= Date: Sun, 31 Oct 2021 22:47:16 +0900 Subject: [PATCH] Add explanations on how to maximize Chrome DevTools --- README.md | 2 ++ misc/README.md.erb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b1d9a69c3..5d92338cd 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,8 @@ Also `open chrome` command works like `open vscode`. For more information about how to use Chrome debugging, you might want to read [here](https://developer.chrome.com/docs/devtools/) +Note: If you want to maximize Chrome DevTools, click [Toggle Device Toolbar](https://developer.chrome.com/docs/devtools/device-mode/#viewport). + ## Configuration You can configure the debugger's behavior with debug commands and environment variables. diff --git a/misc/README.md.erb b/misc/README.md.erb index f2f2b3064..9e4929f72 100644 --- a/misc/README.md.erb +++ b/misc/README.md.erb @@ -429,6 +429,8 @@ Also `open chrome` command works like `open vscode`. For more information about how to use Chrome debugging, you might want to read [here](https://developer.chrome.com/docs/devtools/) +Note: If you want to maximize Chrome DevTools, click [Toggle Device Toolbar](https://developer.chrome.com/docs/devtools/device-mode/#viewport). + ## Configuration You can configure the debugger's behavior with debug commands and environment variables.