From 5cf05e0242bfaae7d6d3a03b12eb46dbd6476a73 Mon Sep 17 00:00:00 2001 From: DenisKruchkov <87932607+DenisKruchkov@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:01:29 +0300 Subject: [PATCH] Fix typo. (#11363) --- website/content/docs/debugging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/debugging.mdx b/website/content/docs/debugging.mdx index 092db94fe..de591d4da 100644 --- a/website/content/docs/debugging.mdx +++ b/website/content/docs/debugging.mdx @@ -71,7 +71,7 @@ any logging to be enabled. ### Debugging Plugins -Each packer plugin runs in a separate process and communicates with RCP over a +Each packer plugin runs in a separate process and communicates with RPC over a socket therefore using a debugger will not work (be complicated at least). But most of the Packer code is really simple and easy to follow with PACKER_LOG