From 5e77bbb5e4c11a1bc6ba76832b52d7bc930babad Mon Sep 17 00:00:00 2001 From: Victor Duarte Date: Tue, 10 Sep 2024 21:01:11 +0200 Subject: [PATCH] clarify where to run the command from --- www/src/content/docs/docs/live.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/src/content/docs/docs/live.mdx b/www/src/content/docs/docs/live.mdx index 29e226c44..7a3411cd6 100644 --- a/www/src/content/docs/docs/live.mdx +++ b/www/src/content/docs/docs/live.mdx @@ -154,7 +154,7 @@ Since Live runs your functions locally, you can set breakpoints and debug your f For VS Code, you'll need to enable Auto Attach from the Command Palette. Hit `Ctrl+Shift+P` or `Cmd+Shift+P`, type in **Debug: Toggle Auto Attach** and select **Always**. :::note -You need to start a new terminal after enabling Auto Attach. +You need to start a new terminal **in VS Code** after enabling Auto Attach. ::: -Now open a new terminal VS Code, run `sst dev`, set a breakpoint in a function, and invoke the function. +Now open a new terminal in VS Code, run `sst dev`, set a breakpoint in a function, and invoke the function.