Added lldb-mi note to README (fix #48)
This commit is contained in:
parent
b5a00fa12b
commit
f0f10251e0
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue