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