From 29be01b14175f5729be22f148337355491a71edb Mon Sep 17 00:00:00 2001 From: nik Date: Fri, 17 Aug 2012 17:15:02 +0400 Subject: [PATCH] link with LLDB. experimental. see registry: "appcode.in_process_lldb" key to enable in-process LLDB. SWIG-generated interface to LLDB. LLDBDriver -> LLDBProtobufDriver, LLDBSwigDriver. --- platform/platform-resources-en/src/misc/registry.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/platform-resources-en/src/misc/registry.properties b/platform/platform-resources-en/src/misc/registry.properties index 7c9998f47f56..a2436bcb626c 100644 --- a/platform/platform-resources-en/src/misc/registry.properties +++ b/platform/platform-resources-en/src/misc/registry.properties @@ -261,3 +261,4 @@ completion.show.intention.icon=true tabs.alphabetical=false # temporary: until tested git.warn.about.crlf=false +appcode.in_process_lldb=false