[PATCH] D52069: Fix lldb-vscode README.md

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 12:43:57 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342266: Fix lldb-vscode README.md (authored by xiaobai, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D52069

Files:
  lldb/trunk/tools/lldb-vscode/README.md


Index: lldb/trunk/tools/lldb-vscode/README.md
===================================================================
--- lldb/trunk/tools/lldb-vscode/README.md
+++ lldb/trunk/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 @@
 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 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52069.165573.patch
Type: text/x-patch
Size: 1643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/dac27a03/attachment.bin>


More information about the llvm-commits mailing list