我想改進已安裝的PyInstaller問題分析https://github.com/pyinstaller/pyinstaller/issues/2355。爲此,我需要捕捉所有錯誤或設置與LLDB的特定中斷點。 在GitHub上I stated 對於初學者一個將基本上只需要一個捕獲所有錯誤,然後轉儲調用堆棧一個破發點。 我試過break set -E C++,breakpoint set --se
剛剛切換到lldb,我試圖做相當於gdb的watch i,因爲我在代碼中的for循環內。 (lldb) f
frame #0: 0x0000000100000664 a.out`MaxPairwiseProduct(numbers=size=5) + 4 at max_pairwise_product.cpp:19 [opt]
16 // Find max value in vect
SBValue ::鑄造標記爲棄用LLDB標題: // Deprecated - use the expression evaluator to perform type casting
lldb::SBValue Cast(lldb::SBType type);
但我不明白如何與表達式求值替換它。 假設我有: auto casted_val = my_value.Cast(my_type)