You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- [Attach to process using process ID](#attachusingpid)
12
-
- [Attach to process by name](#attach by name)
13
-
- [Loading a core file](#loading a corefile)
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)
14
14
15
15
# Introduction
16
16
@@ -20,7 +20,7 @@ It can be installed as an extension for the Visual Studio Code and Nuclide IDE.
20
20
The protocol is easy to run remotely and also can allow other tools and IDEs to
21
21
get a full featured debugger with a well defined protocol.
22
22
23
-
# Intallation for Visual Studio Code
23
+
# Installation for Visual Studio Code
24
24
25
25
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
26
26
documentation into it, and copying to symlinking a lldb-vscode binary into
0 commit comments