From 9b2c0057e0108bbed23fac0735f9199a1726f5d3 Mon Sep 17 00:00:00 2001 From: Andres Oportus <andresoportus@google.com> Date: Mon, 13 May 2019 22:03:50 +0000 Subject: [PATCH] [debugger] Fix typos Change-Id: If6d9f751f9beadf51bddd584eb3f8cb7d5511ef7 --- garnet/docs/debugger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/garnet/docs/debugger.md b/garnet/docs/debugger.md index bd7480bd703..9f21e02776a 100644 --- a/garnet/docs/debugger.md +++ b/garnet/docs/debugger.md @@ -36,7 +36,7 @@ A Fuchsia "core" build includes (as of this writing) the necessary targets for the debugger. So this build configuration is sufficient: ```sh -fx --dir=out/x64 core.x64 +fx --dir=out/x64 set core.x64 ``` If you're compiling with another product, you may not get it by default. If you @@ -44,7 +44,7 @@ don't have the debugger in your build, add `//bundles:tools` to your "universe", either with: ``` -fx <normal_stuff_you_use> -with //bundles:tools +fx <normal_stuff_you_use> --with //bundles:tools ``` Or you can edit your GN args directly by editing `<build_dir>/args.gn` and -- GitLab