From fde4cda9f75dd5f4296bd91dcef2598439f6b6e8 Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Fri, 14 Sep 2018 19:41:20 +0000 Subject: [PATCH] Fix lldb-vscode README.md Summary: The readme was missing "-" characters to enable links Patch by Nathan Lanza Differential Revision: https://reviews.llvm.org/D52069 llvm-svn: 342266 --- lldb/tools/lldb-vscode/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lldb/tools/lldb-vscode/README.md b/lldb/tools/lldb-vscode/README.md index 0bebed3..9e69b5c 100644 --- a/lldb/tools/lldb-vscode/README.md +++ b/lldb/tools/lldb-vscode/README.md @@ -2,15 +2,15 @@ # Table of Contents - [Introduction](#Introduction) -- [Intallation](#Intallation Visual Studio Code) +- [Installation](#Installation-Visual-Studio-Code) - [Configurations](#configurations) - - [Launch Configuration Settings](#launch configuration settings) - - [Attach Configuration Settings](#attach configuration settings) - - [Example configurations](#example configurations) + - [Launch Configuration Settings](#launch-configuration-settings) + - [Attach Configuration Settings](#attach-configuration-settings) + - [Example configurations](#example-configurations) - [Launching](#launching) - - [Attach to process using process ID](#attach using pid) - - [Attach to process by name](#attach by name) - - [Loading a core file](#loading a core file) + - [Attach to process using process ID](#attach-using-pid) + - [Attach to process by name](#attach-by-name) + - [Loading a core file](#loading-a-core-file) # Introduction @@ -20,7 +20,7 @@ It can be installed as an extension for the Visual Studio Code and Nuclide IDE. The protocol is easy to run remotely and also can allow other tools and IDEs to get a full featured debugger with a well defined protocol. -# Intallation for Visual Studio Code +# Installation for Visual Studio Code Installing the plug-in involves creating a directory in the `~/.vscode/extensions` folder and copying the package.json file that is in the same directory as this documentation into it, and copying to symlinking a lldb-vscode binary into -- 2.7.4