Added lldb-mi note to README (fix #48)

This commit is contained in:
WebFreak001 2016-03-12 10:00:39 +01:00
commit f0f10251e0

View file

@ -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)