From f0f10251e05bcd6fad5d137c21e0f72826cb245e Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sat, 12 Mar 2016 10:00:39 +0100 Subject: [PATCH] Added lldb-mi note to README (fix #48) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93fefcc..ba234a6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ Open your project and click the debug button in your sidebar. At the top right p the little gear icon and select GDB or LLDB. It will automatically generate the configuration you need. -*Note: for LLDB you need to have lldb-mi in your PATH* +*Note: for LLDB you need to have `lldb-mi` in your PATH* + +If you are on OS X you can add `lldb-mi` to your path using +`ln -s /Applications/Xcode.app/Contents/Developer/usr/bin/lldb-mi /usr/local/bin/lldb-mi` if you have Xcode. ![Default config with a red circle around the target](images/tutorial2.png)