Skip to content

Commit fde4cda

Browse files
committedSep 14, 2018
Fix lldb-vscode README.md
Summary: The readme was missing "-" characters to enable links Patch by Nathan Lanza <nathan@lanza.io> Differential Revision: https://reviews.llvm.org/D52069 llvm-svn: 342266
1 parent 4d1b75c commit fde4cda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎lldb/tools/lldb-vscode/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Table of Contents
33

44
- [Introduction](#Introduction)
5-
- [Intallation](#Intallation Visual Studio Code)
5+
- [Installation](#Installation-Visual-Studio-Code)
66
- [Configurations](#configurations)
7-
- [Launch Configuration Settings](#launch configuration settings)
8-
- [Attach Configuration Settings](#attach configuration settings)
9-
- [Example configurations](#example configurations)
7+
- [Launch Configuration Settings](#launch-configuration-settings)
8+
- [Attach Configuration Settings](#attach-configuration-settings)
9+
- [Example configurations](#example-configurations)
1010
- [Launching](#launching)
11-
- [Attach to process using process ID](#attach using pid)
12-
- [Attach to process by name](#attach by name)
13-
- [Loading a core file](#loading a core file)
11+
- [Attach to process using process ID](#attach-using-pid)
12+
- [Attach to process by name](#attach-by-name)
13+
- [Loading a core file](#loading-a-core-file)
1414

1515
# Introduction
1616

@@ -20,7 +20,7 @@ It can be installed as an extension for the Visual Studio Code and Nuclide IDE.
2020
The protocol is easy to run remotely and also can allow other tools and IDEs to
2121
get a full featured debugger with a well defined protocol.
2222

23-
# Intallation for Visual Studio Code
23+
# Installation for Visual Studio Code
2424

2525
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
2626
documentation into it, and copying to symlinking a lldb-vscode binary into

0 commit comments

Comments
 (0)
Please sign in to comment.