lldb

    1熱度

    3回答

    根據LLDB主頁,LLDB可以在Python腳本導入這樣的:sudo的APT-: import lldb 從發佈包(關於Lubuntu 15.04安裝後LLDB得到安裝lldb),我得到以下錯誤: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/d

    1熱度

    1回答

    如何在XCode存檔的程序中查找符號(例如0x10534843f)?

    8熱度

    3回答

    在下面的代碼中,我調用了函數displayMyAlertMessage()兩次。我打電話的第一個工作是完美的,但第二個給我一個錯誤,說該函數只能從主線程調用。我怎麼能在我的情況下做到這一點? 我使用這個代碼: @IBAction func loginButtonTapped(sender: AnyObject) { result2Value = "" let userEmail

    0熱度

    1回答

    使用LLDB(版本179.5,XCode 4.6.3),是否有一個命令可以通過指定符號名稱而不是數字ID來禁用斷點? 上下文:我正在使用Boost.Spirit(經典)來解析文件,並且作爲解析的一部分,可能會拋出許多異常並隨後被捕獲。拋出異常時中斷沒有用,但是當異常拋出Spirit外時,我想打破它。 我可以通過使用條件斷點來獲得單次運行所需的行爲 - 首先,我使用break list來查找__cx

    3熱度

    2回答

    我一直在一個應用程序工作了幾個星期,然後做了一個主要的重構,並以某種方式破壞了我的應用程序委託。 如果我把一個斷點applicationDidFinishLaunchingWithOptions,並鍵入p self我看到下列錯誤: error: <EXPR>:1:1: error: use of unresolved identifier 'self' self ^ 如果我把一個斷點app

    13熱度

    3回答

    的Xamarin debugging documentation表示: Use Xamarin Studio's native debugging support for debugging C# and other managed languages code and use LLDB when you need to debug C, C++ or Objective C codethat y

    1熱度

    1回答

    例如,與源代碼main.c: #include <stdio.h> int main() { int a[10] = {0,1,2,3,4,5,6,7,8,9}; int b = 2; printf("line 7\n"); printf("line 8\n"); return 0; } 隨着LLDB調試器,print a農產品: (i

    2熱度

    1回答

    這可以通過Print multiple variables with one command in GDB來實現,但如何使用LLDB來實現?

    0熱度

    1回答

    我想觀看以下變量 vector<Vec3f> lines[2]; XCode中 (其中Vec3f是一個數據類型的OpenCV,3個浮點數的向量)。 但在變量視圖,當我用鼠標右鍵單擊該變量並選擇Watch "lines",我被在通過的XCode喊道: error: Watchpoint creation failed (addr=0x16fd92d48, size=48, variable ex

    2熱度

    1回答

    調試的Objective-C每當我嘗試讀取UIView的frame例如在調試時,我得到這個錯誤: error: property 'frame not found on object of type 'UIView *' error: 1 errors parsing expression 尋找解決的辦法後,我發現我可以使用這個命令來解決這個不添加(討厭,在某些情況下,複雜的)轉換: expr @