-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I've been looking for lldb integration with Sublime Text for some time, Is it possible to use this plugin for debugging a project I build (using xcodebuild) that's just obj-c?
I've tried following the instructions and I've set the 'executable' to [DerivedData]/Build/Products/Debug/MyApp.app/Contents/MacOS/MyApp
in the SublimeAnarchyDebug settings, but all I get when I try to start the debugger is:
Exception in thread debugger_thread:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "debug in /Users/---/Library/Application Support/Sublime Text 3/Installed Packages/SublimeAnarchyDebug.sublime-package", line 111, in debugger_thread
File "./python3.3/xmlrpc/client.py", line 1099, in __call__
File "./python3.3/xmlrpc/client.py", line 1428, in __request
File "./python3.3/xmlrpc/client.py", line 1141, in request
File "./python3.3/xmlrpc/client.py", line 1152, in single_request
File "./python3.3/xmlrpc/client.py", line 1264, in send_request
File "./python3.3/xmlrpc/client.py", line 1294, in send_content
File "./python3.3/http/client.py", line 1061, in endheaders
File "./python3.3/http/client.py", line 906, in _send_output
File "./python3.3/http/client.py", line 844, in send
File "./python3.3/http/client.py", line 822, in connect
File "./python3.3/socket.py", line 435, in create_connection
File "./python3.3/socket.py", line 426, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused