From 5bf7e9a4555bdb6b846cc7c103118d27381c52e4 Mon Sep 17 00:00:00 2001 From: Veetaha <gersoh3@gmail.com> Date: Sun, 16 Feb 2020 23:43:13 +0200 Subject: [PATCH] Remove ptrace note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com> --- docs/dev/debugging.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 8f794d707bd..ae1f39f8e7d 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -40,7 +40,6 @@ To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kb echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope ``` - This enables ptrace on non-forked processes - By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`: ```toml